Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d1fc6752
Commit
d1fc6752
authored
Apr 12, 1996
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(main) [MSDOS]: Always call tzset, not init__gettimeofday.
parent
ffd76827
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
src/emacs.c
src/emacs.c
+1
-7
No files found.
src/emacs.c
View file @
d1fc6752
...
...
@@ -790,13 +790,7 @@ Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\
if
(
initialized
)
init_environment
(
argc
,
argv
,
skip_args
);
else
{
#if __DGJPP__ >= 2
tzset
();
#else
init_gettimeofday
();
#endif
}
tzset
();
#endif
/* MSDOS */
#ifdef WINDOWSNT
...
...
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