1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-17 09:06:50 +02:00

(<limits.h>, UINT_MAX, UINT_MAX): Remove; now

done by system.h.
This commit is contained in:
Jim Meyering
1997-11-30 10:24:45 +00:00
parent dcd4c05dfa
commit 0f411474da
+1 -13
View File
@@ -23,18 +23,6 @@
#include <grp.h>
#include <getopt.h>
#if HAVE_LIMITS_H
# include <limits.h>
#endif
#ifndef UINT_MAX
# define UINT_MAX ((unsigned int) ~(unsigned int) 0)
#endif
#ifndef INT_MAX
# define INT_MAX ((int) (UINT_MAX >> 1))
#endif
#include "system.h"
#include "xstrtoul.h"
#include "error.h"
@@ -255,7 +243,7 @@ change_dir_group (const char *dir, int group, const struct stat *statp)
int errors = 0;
errno = 0;
name_space = savedir (dir, statp->st_size);
name_space = savedir (dir, (unsigned int) statp->st_size);
if (name_space == NULL)
{
if (errno)