]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - ppt/ppt.c
Use random() instead of rand(), and seed with time instead of pid.
[bsdgames-darwin.git] / ppt / ppt.c
index e8a286b8b870472607bf7e1d6225d3b80f00749a..194476db122e763c8b682a3506a99dbc8adb3655 100644 (file)
--- a/ppt/ppt.c
+++ b/ppt/ppt.c
@@ -1,4 +1,4 @@
-/*     $NetBSD: ppt.c,v 1.15 2003/08/07 09:37:33 agc Exp $     */
+/*     $NetBSD: ppt.c,v 1.17 2008/07/20 01:03:22 lukem Exp $   */
 
 /*
  * Copyright (c) 1988, 1993
 
 #include <sys/cdefs.h>
 #ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1988, 1993\n\
      The Regents of the University of California.  All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1988, 1993\
The Regents of the University of California.  All rights reserved.");
 #endif /* not lint */
 
 #ifndef lint
 #if 0
 static char sccsid[] = "@(#)ppt.c      8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: ppt.c,v 1.15 2003/08/07 09:37:33 agc Exp $");
+__RCSID("$NetBSD: ppt.c,v 1.17 2008/07/20 01:03:22 lukem Exp $");
 #endif
 #endif /* not lint */
 
@@ -51,10 +51,10 @@ __RCSID("$NetBSD: ppt.c,v 1.15 2003/08/07 09:37:33 agc Exp $");
 
 #define        EDGE    "___________"
 
-       void    usage __P((void));
-       int     main __P((int, char *[]));
-static void    putppt __P((int));
-       int     getppt __P((const char *));
+       void    usage(void);
+       int     main(int, char *[]);
+static void    putppt(int);
+       int     getppt(const char *);
 
 void
 usage(void)