diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-19 18:28:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-19 18:28:03 (GMT) |
commit | 014e7b19515a9c73794c5fc6d79fcea847fdb3e5 (patch) | |
tree | c7c71e684b6fe6032420fb24b0df1bcc10fdae16 /unix/tclUnixCompat.c | |
parent | ad5f7e54641391f59816162a8a53b2375e7222a0 (diff) | |
parent | 98a40cff2c3ad8c126a6eccea19a472ef52f6339 (diff) | |
download | tcl-014e7b19515a9c73794c5fc6d79fcea847fdb3e5.zip tcl-014e7b19515a9c73794c5fc6d79fcea847fdb3e5.tar.gz tcl-014e7b19515a9c73794c5fc6d79fcea847fdb3e5.tar.bz2 |
merge trunk
Diffstat (limited to 'unix/tclUnixCompat.c')
-rw-r--r-- | unix/tclUnixCompat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unix/tclUnixCompat.c b/unix/tclUnixCompat.c index 5cb35d2..bcf7d40 100644 --- a/unix/tclUnixCompat.c +++ b/unix/tclUnixCompat.c @@ -8,8 +8,6 @@ */ #include "tclInt.h" -#include <pwd.h> -#include <grp.h> #include <errno.h> #include <string.h> |