diff options
author | Jim Blandy <jimb@redhat.com> | 1992-08-12 15:16:49 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-08-12 15:16:49 +0000 |
commit | fa362acaf12440551938f7a59a58fd1d8809ab4a (patch) | |
tree | 7f0115e447f902f2b6f04111ca81cfea02543ebc /src/systime.h | |
parent | 2cd26b1d067a655677e2e27c82d55c083a783e7b (diff) | |
download | emacs-fa362acaf12440551938f7a59a58fd1d8809ab4a.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/systime.h')
-rw-r--r-- | src/systime.h | 2 |
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); \ } |