(RLIM_INFINITY) [__USE_FILE_OFFSET64]: Make long long constant.
authorUlrich Drepper <drepper@redhat.com>
Mon, 22 Dec 1997 18:58:39 +0000 (18:58 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 22 Dec 1997 18:58:39 +0000 (18:58 +0000)
(RLIM64_INFINITY): Likewise.

sysdeps/unix/bsd/sun/sunos4/bits/resource.h

index 6978c87..c0b40ba 100644 (file)
@@ -65,11 +65,11 @@ enum __rlimit_resource
 #ifndef __USE_FILE_OFFSET64
 # define RLIM_INFINITY 0x7fffffff
 #else
-# define RLIM_INFINITY 0x7fffffffffffffffL
+# define RLIM_INFINITY 0x7fffffffffffffffLL
 #endif
 
 #ifdef __USE_LARGEFILE64
-# define RLIM64_INFINITY 0x7fffffffffffffffL
+# define RLIM64_INFINITY 0x7fffffffffffffffLL
 #endif