aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-02-27 14:17:48 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-02-27 14:17:48 +0000
commit86fcf95cb0106d520e91260362c268e114e7fddf (patch)
tree941691865321770cac0032648ec0bd475a9e26a5
parent156a9c7db1b0f3c325fb8bba163f01966e9a79e5 (diff)
downloadcpio-86fcf95cb0106d520e91260362c268e114e7fddf.tar.gz
cpio-86fcf95cb0106d520e91260362c268e114e7fddf.tar.bz2
Remove unneded typedefs
-rw-r--r--src/makepath.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/makepath.c b/src/makepath.c
index 0c62860..cc7fe85 100644
--- a/src/makepath.c
+++ b/src/makepath.c
@@ -66,11 +66,6 @@ extern int errno;
#include <strings.h>
#endif
-#if defined(__MSDOS__) && !defined(__GNUC__)
-typedef int uid_t;
-typedef int gid_t;
-#endif
-
void error ();
/* Ensure that the directory ARGPATH exists.

Return to:

Send suggestions and report system problems to the System administrator.