diff options
author | Jim Meyering <jim@meyering.net> | 2000-05-22 06:24:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-05-22 06:24:50 +0000 |
commit | b8c130d091cbb038762e46175cfd12756bcd03ac (patch) | |
tree | 55db11cf335a66eb9c5b427dcde4544ecaaff7a2 | |
parent | b5431fdfdf0f12ae7a6884a46826c104c5b9c9fd (diff) | |
download | coreutils-b8c130d091cbb038762e46175cfd12756bcd03ac.tar.xz |
Remove old, now-unnecessary `#ifdef __MSDOS__' block.
-rw-r--r-- | lib/makepath.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/makepath.c b/lib/makepath.c index 9763b4c04..65a62ffac 100644 --- a/lib/makepath.c +++ b/lib/makepath.c @@ -114,11 +114,6 @@ extern int errno; # define _(Text) Text #endif -#ifdef __MSDOS__ -typedef int uid_t; -typedef int gid_t; -#endif - #include "save-cwd.h" #include "error.h" |