diff options
Diffstat (limited to 'lib')
-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" |