summaryrefslogtreecommitdiff
path: root/src/install.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-12-18 14:09:19 +0000
committerJim Meyering <jim@meyering.net>1998-12-18 14:09:19 +0000
commit6408b526407d70e3260eb845a224f71a4d2d6ce2 (patch)
treec6655623a48721c64449479b1f142c5b5ed138ed /src/install.c
parente28821d5f8379fb03fb04702eec9348723681cfd (diff)
downloadcoreutils-6408b526407d70e3260eb845a224f71a4d2d6ce2.tar.xz
(UID_T_MAX, GID_T_MAX): Remove definitions.
Diffstat (limited to 'src/install.c')
-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 ();