projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d85e2f6
)
Mon Mar 4 20:17:28 1996 David Mosberger-Tang <davidm@azstarnet.com>
author
roland
<roland>
Tue, 19 Mar 1996 20:20:43 +0000
(20:20 +0000)
committer
roland
<roland>
Tue, 19 Mar 1996 20:20:43 +0000
(20:20 +0000)
* sysdeps/unix/sysv/linux/adjtime.c: Use INT_MAX instead of LONG_MAX.
sysdeps/unix/sysv/linux/adjtime.c
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/adjtime.c
b/sysdeps/unix/sysv/linux/adjtime.c
index
c4b5002
..
44a0cbb
100644
(file)
--- a/
sysdeps/unix/sysv/linux/adjtime.c
+++ b/
sysdeps/unix/sysv/linux/adjtime.c
@@
-20,8
+20,8
@@
Boston, MA 02111-1307, USA. */
#include <sys/time.h>
#include <sys/timex.h>
-#define MAX_SEC (
LONG
_MAX / 1000000L - 2)
-#define MIN_SEC (
LONG
_MIN / 1000000L + 2)
+#define MAX_SEC (
INT
_MAX / 1000000L - 2)
+#define MIN_SEC (
INT
_MIN / 1000000L + 2)
#ifndef MOD_OFFSET
#define modes mode