Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
22a8b816
Commit
22a8b816
authored
Dec 30, 1996
by
Paul Eggert
Browse files
(MKTIME_OBJ): Use our mktime instead of SCO 3.2v4.2's, since it
botches time arithmetic as used by display-time.
parent
3d5fc37b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/Makefile.in
src/Makefile.in
+3
-2
No files found.
src/Makefile.in
View file @
22a8b816
...
...
@@ -477,8 +477,9 @@ ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE $(LDFLAGS)
#define GETLOADAVG_OBJ getloadavg.o
#endif
/*
NEXTSTEP
mktime
wrongly
ignores
TZ.
*/
#if HAVE_MKTIME && ! defined (_NEXT_SOURCE)
/*
NEXTSTEP
mktime
wrongly
ignores
TZ.
SCO
3.2v4.2
mktime
botches
time
arithmetic
as
used
by
display-time.
*/
#if HAVE_MKTIME && ! defined (_NEXT_SOURCE) && ! defined (SCO_R4)
#define MKTIME_OBJ
#else
#define MKTIME_OBJ mktime.o
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment