]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - trek/rest.c
Include string.h.
[bsdgames-darwin.git] / trek / rest.c
index 290956fd35b776356a0ccccd095696eb0ed78288..216018b91033bfdf4db88ca339dcc58eb2d047b7 100644 (file)
@@ -1,6 +1,8 @@
+/*     $NetBSD: rest.c,v 1.4 1997/10/12 21:25:10 christos Exp $        */
+
 /*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SUCH DAMAGE.
  */
 
+#include <sys/cdefs.h>
 #ifndef lint
-/*static char sccsid[] = "from: @(#)rest.c     5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: rest.c,v 1.2 1993/08/01 18:50:04 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)rest.c     8.1 (Berkeley) 5/31/93";
+#else
+__RCSID("$NetBSD: rest.c,v 1.4 1997/10/12 21:25:10 christos Exp $");
+#endif
 #endif /* not lint */
 
-# include      "trek.h"
-# include      "getpar.h"
+#include <stdio.h>
+#include "trek.h"
+#include "getpar.h"
 
 /*
 **  REST FOR REPAIRS
@@ -53,10 +60,13 @@ static char rcsid[] = "$Id: rest.c,v 1.2 1993/08/01 18:50:04 mycroft Exp $";
 **     rest period if anything momentous happens.
 */
 
-rest()
+/*ARGSUSED*/
+void
+rest(v)
+       int v;
 {
-       double                  t;
-       register int            percent;
+       double          t;
+       int             percent;
 
        /* get the time to rest */
        t = getfltpar("How long");