1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-08 17:51:13 +02:00

Remove old, now-unnecessary `#ifdef __MSDOS__' block.

This commit is contained in:
Jim Meyering
2000-05-22 06:24:50 +00:00
parent b5431fdfdf
commit b8c130d091
-5
View File
@@ -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"