1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 10:15:48 +02:00

(UID_T_MAX, GID_T_MAX): Remove definitions.

This commit is contained in:
Jim Meyering
1998-12-18 14:09:19 +00:00
parent e28821d5f8
commit 6408b52640

View File

@@ -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 ();