freebsd-ports/misc/afbackup/files/patch-af
Anton Berezin b3b6fd596b Add afbackup, AF's backup system.
Submitted by:	Vadim Belman <voland@catpipe.net>
2001-10-02 16:24:54 +00:00

12 lines
378 B
Plaintext

--- mvals.h.orig Sat Oct 21 13:27:49 2000
+++ mvals.h Thu Aug 23 12:17:33 2001
@@ -8,7 +8,7 @@
#if !defined(__WATCOMC__) && !defined(__QNX__) && !defined(__MSDOS__) && !defined(__WIN32__) && !defined(_MSC_VER)
# ifdef INC_LIMITS_H
# include <limits.h>
-# ifdef __OpenBSD__
+# if defined( __OpenBSD__) || defined( __FreeBSD__)
# define MAXINT INT_MAX
# endif
# endif