summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/install.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/install.c b/src/install.c
index 888204d10..daf2bbf3c 100644
--- a/src/install.c
+++ b/src/install.c
@@ -119,14 +119,6 @@ gid_t getgid ();
/* Number of bytes of a file to copy at a time. */
#define READ_SIZE (32 * 1024)
-#ifndef UID_T_MAX
-# define UID_T_MAX TYPE_MAXIMUM (uid_t)
-#endif
-
-#ifndef GID_T_MAX
-# define GID_T_MAX TYPE_MAXIMUM (gid_t)
-#endif
-
char *base_name ();
int full_write ();
int isdir ();