diff options
Diffstat (limited to 'games/trek/torped.c')
-rw-r--r-- | games/trek/torped.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/trek/torped.c b/games/trek/torped.c index 88a2972b758..cb0ef725a30 100644 --- a/games/trek/torped.c +++ b/games/trek/torped.c @@ -1,4 +1,4 @@ -/* $OpenBSD: torped.c,v 1.3 1999/03/12 03:02:44 pjanzen Exp $ */ +/* $OpenBSD: torped.c,v 1.4 2002/02/16 21:27:12 millert Exp $ */ /* $NetBSD: torped.c,v 1.3 1995/04/22 10:59:34 cgd Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)torped.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$OpenBSD: torped.c,v 1.3 1999/03/12 03:02:44 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: torped.c,v 1.4 2002/02/16 21:27:12 millert Exp $"; #endif #endif /* not lint */ @@ -47,7 +47,7 @@ static char rcsid[] = "$OpenBSD: torped.c,v 1.3 1999/03/12 03:02:44 pjanzen Exp #include "trek.h" #include "getpar.h" -static int randcourse __P((int)); +static int randcourse(int); /* ** PHOTON TORPEDO CONTROL |