]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - fish/fish.c
Use random() instead of rand(), and seed with time instead of pid.
[bsdgames-darwin.git] / fish / fish.c
index a324504bea3a8b328529042e171a50ff42397641..becedf6aa148e3bc083dc3c08adf01bc622b0f9e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: fish.c,v 1.18 2007/12/15 19:44:40 perry Exp $  */
+/*     $NetBSD: fish.c,v 1.19 2008/07/20 01:03:21 lukem Exp $  */
 
 /*-
  * Copyright (c) 1990, 1993
 
 #include <sys/cdefs.h>
 #ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1990, 1993\n\
      The Regents of the University of California.  All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1990, 1993\
The Regents of the University of California.  All rights reserved.");
 #endif /* not lint */
 
 #ifndef lint
 #if 0
 static char sccsid[] = "@(#)fish.c     8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: fish.c,v 1.18 2007/12/15 19:44:40 perry Exp $");
+__RCSID("$NetBSD: fish.c,v 1.19 2008/07/20 01:03:21 lukem Exp $");
 #endif
 #endif /* not lint */