changeset 3336:44df7395bed8

(main): Make when a time_t.
author Richard M. Stallman <rms@gnu.org>
date Mon, 31 May 1993 01:39:40 +0000
parents 580d53a2e450
children f5f76ebe6286
files lib-src/=wakeup.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/=wakeup.c	Mon May 31 01:27:19 1993 +0000
+++ b/lib-src/=wakeup.c	Mon May 31 01:39:40 1993 +0000
@@ -10,7 +10,7 @@
      char **argv;
 {
   int period = 60;
-  long when;
+  time_t when;
   struct tm *tp;
 
   if (argc > 1)