summaryrefslogtreecommitdiff
path: root/lib/makepath.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-05-22 06:24:50 +0000
committerJim Meyering <jim@meyering.net>2000-05-22 06:24:50 +0000
commitb8c130d091cbb038762e46175cfd12756bcd03ac (patch)
tree55db11cf335a66eb9c5b427dcde4544ecaaff7a2 /lib/makepath.c
parentb5431fdfdf0f12ae7a6884a46826c104c5b9c9fd (diff)
downloadcoreutils-b8c130d091cbb038762e46175cfd12756bcd03ac.tar.xz
Remove old, now-unnecessary `#ifdef __MSDOS__' block.
Diffstat (limited to 'lib/makepath.c')
-rw-r--r--lib/makepath.c5
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"