summaryrefslogtreecommitdiffstats
path: root/generic/tkCmds.c
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2006-03-13 18:19:18 (GMT)
committerdgp@users.sourceforge.net <dgp>2006-03-13 18:19:18 (GMT)
commitc15b4663f71934b451f81bb91b23ed2cbbdbe890 (patch)
treee9990be97e46d1dae2e378b7ab3ef14bdebe0789 /generic/tkCmds.c
parentfd81b68db495db34e83a5738114723494f761b04 (diff)
downloadtk-c15b4663f71934b451f81bb91b23ed2cbbdbe890.zip
tk-c15b4663f71934b451f81bb91b23ed2cbbdbe890.tar.gz
tk-c15b4663f71934b451f81bb91b23ed2cbbdbe890.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 b993dca..16df75d 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.37 2005/11/11 23:51:27 dkf Exp $
+ * RCS: @(#) $Id: tkCmds.c,v 1.38 2006/03/13 18:19:18 dgp Exp $
*/
#include "tkPort.h"
#include "tkInt.h"
-#include <errno.h>
#if defined(WIN32)
#include "tkWinInt.h"