summaryrefslogtreecommitdiffstats
path: root/generic/tkCmds.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-03-13 18:18:53 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-03-13 18:18:53 (GMT)
commite7a28cd82e797c533d8b3b3856ce317762ca165a (patch)
treee7646be175d93c201012c416eba7ac38b3a10a79 /generic/tkCmds.c
parent92f42c4710b59e4b7d590bcac400948f88778128 (diff)
downloadtk-e7a28cd82e797c533d8b3b3856ce317762ca165a.zip
tk-e7a28cd82e797c533d8b3b3856ce317762ca165a.tar.gz
tk-e7a28cd82e797c533d8b3b3856ce317762ca165a.tar.bz2
* generic/tkCmds.c: Purged remaining references to
* macosx/tkMacOSXPort.h: errno, and errno.h. Standardized * macosx/tkMacOSXWm.c: the logic for using header files from * macosx/tkMacOSXWm.h: the compat directory. Thanks Joe * unix/tkUnixPort.h: English for the patch. [Patch 1445404]
Diffstat (limited to 'generic/tkCmds.c')
-rw-r--r--generic/tkCmds.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tkCmds.c b/generic/tkCmds.c
index d8c91b1..cc63e25 100644
--- a/generic/tkCmds.c
+++ b/generic/tkCmds.c
@@ -11,12 +11,11 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkCmds.c,v 1.31.2.2 2004/11/12 23:54:54 hobbs Exp $
+ * RCS: @(#) $Id: tkCmds.c,v 1.31.2.3 2006/03/13 18:18:59 dgp Exp $
*/
#include "tkPort.h"
#include "tkInt.h"
-#include <errno.h>
#if defined(WIN32)
#include "tkWinInt.h"