aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-06-20 13:36:45 +0000
committerDave Love2000-06-20 13:36:45 +0000
commit85248548ea7fb4f219cb524c778de14d77270572 (patch)
treee0bafc4189b5d7c200c9ea9f74be1b39ac641320 /src
parenteaac62b49c6f3476383de7164eb2d8e494aa19e0 (diff)
downloademacs-85248548ea7fb4f219cb524c778de14d77270572.tar.gz
emacs-85248548ea7fb4f219cb524c778de14d77270572.zip
Don't declare GETTIMEOFDAY_ONE_ARGUMENT.
Diffstat (limited to 'src')
-rw-r--r--src/s/ux4800.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/s/ux4800.h b/src/s/ux4800.h
index 957ac437823..6544bfdebe3 100644
--- a/src/s/ux4800.h
+++ b/src/s/ux4800.h
@@ -9,7 +9,6 @@
9#endif 9#endif
10#define XOS_NEEDS_TIME_H 10#define XOS_NEEDS_TIME_H
11#define HAVE_CLOCK 11#define HAVE_CLOCK
12#define GETTIMEOFDAY_ONE_ARGUMENT
13#ifdef __STDC__ 12#ifdef __STDC__
14#define MKDIR_PROTOTYPE int mkdir(char *dpath, mode_t dmode) 13#define MKDIR_PROTOTYPE int mkdir(char *dpath, mode_t dmode)
15#endif 14#endif