summaryrefslogtreecommitdiff
path: root/src/systime.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-08-12 15:16:49 +0000
committerJim Blandy <jimb@redhat.com>1992-08-12 15:16:49 +0000
commitfa362acaf12440551938f7a59a58fd1d8809ab4a (patch)
tree7f0115e447f902f2b6f04111ca81cfea02543ebc /src/systime.h
parent2cd26b1d067a655677e2e27c82d55c083a783e7b (diff)
downloademacs-fa362acaf12440551938f7a59a58fd1d8809ab4a.tar.gz
*** empty log message ***
Diffstat (limited to 'src/systime.h')
-rw-r--r--src/systime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systime.h b/src/systime.h
index 38902ef62e6..814e8fe003b 100644
--- a/src/systime.h
+++ b/src/systime.h
@@ -72,7 +72,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define EMACS_GET_TIME(time) \
{ \
- EMACS_TIME dummy; \
+ struct timezone dummy; \
gettimeofday (&(time), &dummy); \
}