diff options
| author | Richard M. Stallman <rms@gnu.org> | 1993-05-31 01:39:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1993-05-31 01:39:40 +0000 |
| commit | 1da14ffda1b60a5e9b3f3469ca5c27efb4bbb682 (patch) | |
| tree | 23eda5ffa075cc3906d46e8dc05e996d2c68ffb6 /lib-src/wakeup.c | |
| parent | d391fe0959a4ff60ffd4f5bf75c49491e6733633 (diff) | |
| download | emacs-1da14ffda1b60a5e9b3f3469ca5c27efb4bbb682.tar.gz | |
(main): Make when a time_t.
Diffstat (limited to 'lib-src/wakeup.c')
| -rw-r--r-- | lib-src/wakeup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/wakeup.c b/lib-src/wakeup.c index eb3dd72c95c..7641843e406 100644 --- a/lib-src/wakeup.c +++ b/lib-src/wakeup.c @@ -10,7 +10,7 @@ main (argc, argv) char **argv; { int period = 60; - long when; + time_t when; struct tm *tp; if (argc > 1) |
