projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5431fd
)
Remove old, now-unnecessary `#ifdef __MSDOS__' block.
author
Jim Meyering
<jim@meyering.net>
Mon, 22 May 2000 06:24:50 +0000
(06:24 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 22 May 2000 06:24:50 +0000
(06:24 +0000)
lib/makepath.c
patch
|
blob
|
history
diff --git
a/lib/makepath.c
b/lib/makepath.c
index 9763b4c04c271f8877c4b8197fab6cc7f23a3f2c..65a62ffac35560f39f4e799587c1ee9ceef0b400 100644
(file)
--- 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"