]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - mille/mille.c
This patch fixes a -Wcast-qual warning in wump(6).
[bsdgames-darwin.git] / mille / mille.c
index cc4a6ac8c2665cfd0e0b40e4883646766eb00a30..a427286b54a0952c12ac501e628a8f33837393ac 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: mille.c,v 1.4 1995/03/24 05:01:48 cgd Exp $    */
+/*     $NetBSD: mille.c,v 1.7 1999/03/29 05:12:39 mrg Exp $    */
 
 /*
  * Copyright (c) 1982, 1993
  * SUCH DAMAGE.
  */
 
+#include <sys/cdefs.h>
 #ifndef lint
-static char copyright[] =
-"@(#) Copyright (c) 1982, 1993\n\
-       The Regents of the University of California.  All rights reserved.\n";
+__COPYRIGHT("@(#) Copyright (c) 1982, 1993\n\
+       The Regents of the University of California.  All rights reserved.\n");
 #endif /* not lint */
 
 #ifndef lint
 #if 0
 static char sccsid[] = "@(#)mille.c    8.1 (Berkeley) 5/31/93";
 #else
-static char rcsid[] = "$NetBSD: mille.c,v 1.4 1995/03/24 05:01:48 cgd Exp $";
+__RCSID("$NetBSD: mille.c,v 1.7 1999/03/29 05:12:39 mrg Exp $");
 #endif
 #endif /* not lint */
 
 # include      "mille.h"
 # include      <signal.h>
-# ifdef attron
-#      include <term.h>
-# endif        attron
 
 /*
  * @(#)mille.c 1.3 (Berkeley) 5/10/83
  */
 
-void   rub();
-
+int
 main(ac, av)
-reg int                ac;
-reg char       *av[]; {
-
-       reg bool        restore;
+       int     ac;
+       char    *av[];
+{
+       bool    restore;
 
        /* run as the user */
        setuid(getuid());
@@ -146,8 +142,9 @@ reg char    *av[]; {
  * quit.
  */
 void
-rub() {
-
+rub(dummy)
+       int dummy;
+{
        (void)signal(SIGINT, SIG_IGN);
        if (getyn(REALLYPROMPT))
                die(0);
@@ -157,8 +154,10 @@ rub() {
 /*
  *     Time to go beddy-by
  */
+void
 die(code)
-int code; {
+       int code;
+{
 
        (void)signal(SIGINT, SIG_IGN);
        if (outf)