diff options
| author | Anton Blanchard <anton@samba.org> | 2002-09-11 15:53:48 +1000 |
|---|---|---|
| committer | Anton Blanchard <anton@samba.org> | 2002-09-11 15:53:48 +1000 |
| commit | 98398ebac81a1beb9342bec4fc36d6b9185249c0 (patch) | |
| tree | b79be2e9a19a1e1a70e5e797040a9fd558c009ea /include/linux/time.h | |
| parent | 09b1ed32b4aefc85e11c1dbdd66569cf1276a59d (diff) | |
| parent | ed245b591594a32d5ca1ee7d1285fef1d51f14ba (diff) | |
Merge samba.org:/scratch/anton/linux-2.5
into samba.org:/scratch/anton/linux-2.5_bar
Diffstat (limited to 'include/linux/time.h')
| -rw-r--r-- | include/linux/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/time.h b/include/linux/time.h index d9f9c6a340d8..088c52d09449 100644 --- a/include/linux/time.h +++ b/include/linux/time.h @@ -113,7 +113,7 @@ mktime (unsigned int year, unsigned int mon, )*60 + sec; /* finally seconds */ } -extern struct timeval xtime; +extern struct timespec xtime; #define CURRENT_TIME (xtime.tv_sec) |
