diff options
author | dgp <dgp@users.sourceforge.net> | 2007-09-07 00:34:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-09-07 00:34:06 (GMT) |
commit | 7a1583786a195fc3b4d1c4e95a223a2113f700c2 (patch) | |
tree | 53aafc9a90241f691c6267c6bb72762c97ada66c /unix | |
parent | 36aea954df0e2ceb69fe8f6dfd853aa4972d5673 (diff) | |
download | tcl-7a1583786a195fc3b4d1c4e95a223a2113f700c2.zip tcl-7a1583786a195fc3b4d1c4e95a223a2113f700c2.tar.gz tcl-7a1583786a195fc3b4d1c4e95a223a2113f700c2.tar.bz2 |
header cleanup
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tclUnixCompat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/tclUnixCompat.c b/unix/tclUnixCompat.c index 90630a3..da3cd9d 100644 --- a/unix/tclUnixCompat.c +++ b/unix/tclUnixCompat.c @@ -6,12 +6,11 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclUnixCompat.c,v 1.10 2007/07/31 09:30:48 dkf Exp $ + * RCS: @(#) $Id: tclUnixCompat.c,v 1.11 2007/09/07 00:34:07 dgp Exp $ * */ #include "tclInt.h" -#include "tclPort.h" #include <pwd.h> #include <grp.h> #include <errno.h> |