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:
e28821d
)
(UID_T_MAX, GID_T_MAX): Remove definitions.
author
Jim Meyering
<jim@meyering.net>
Fri, 18 Dec 1998 14:09:19 +0000
(14:09 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 18 Dec 1998 14:09:19 +0000
(14:09 +0000)
src/install.c
patch
|
blob
|
history
diff --git
a/src/install.c
b/src/install.c
index
888204d
..
daf2bbf
100644
(file)
--- 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 ();