1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-14 16:01:57 +02:00

(SIZE_MAX): Define after including files, to avoid

a collision on OpenBSD 3.4.
This commit is contained in:
Paul Eggert
2004-08-04 22:08:33 +00:00
parent 4e40831b0c
commit 4e3640a010

View File

@@ -26,10 +26,6 @@
#include "xalloc.h"
#ifndef SIZE_MAX
# define SIZE_MAX ((size_t) -1)
#endif
#ifndef strstr
char *strstr ();
#endif
@@ -140,6 +136,10 @@ char *strstr ();
#include "mountlist.h"
#include "unlocked-io.h"
#ifndef SIZE_MAX
# define SIZE_MAX ((size_t) -1)
#endif
#if MOUNTED_GETMNTINFO
# if ! HAVE_F_FSTYPENAME_IN_STATFS