summaryrefslogtreecommitdiff
path: root/lib-src/=wakeup.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-31 01:39:40 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-31 01:39:40 +0000
commit3f342d1a5328f8d121fa4bcf5bc262c2ace93b4d (patch)
tree876e7ca0184b7af59e4a5caa83191efb3ae7ec3e /lib-src/=wakeup.c
parent4b1dc7aa8276fc6833c293034ccd3a783dcd02e5 (diff)
downloademacs-3f342d1a5328f8d121fa4bcf5bc262c2ace93b4d.tar.gz
(main): Make when a time_t.
Diffstat (limited to 'lib-src/=wakeup.c')
-rw-r--r--lib-src/=wakeup.c2
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)