diff options
Diffstat (limited to 'games/battlestar/fly.c')
-rw-r--r-- | games/battlestar/fly.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/battlestar/fly.c b/games/battlestar/fly.c index b40034b1da3..1454dc416c0 100644 --- a/games/battlestar/fly.c +++ b/games/battlestar/fly.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fly.c,v 1.6 1998/09/13 01:30:32 pjanzen Exp $ */ +/* $OpenBSD: fly.c,v 1.7 1999/09/25 20:30:45 pjanzen Exp $ */ /* $NetBSD: fly.c,v 1.3 1995/03/21 15:07:28 cgd Exp $ */ /* @@ -36,9 +36,9 @@ #ifndef lint #if 0 -static char sccsid[] = "@(#)fly.c 8.1 (Berkeley) 5/31/93"; +static char sccsid[] = "@(#)fly.c 8.2 (Berkeley) 4/28/95"; #else -static char rcsid[] = "$OpenBSD: fly.c,v 1.6 1998/09/13 01:30:32 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: fly.c,v 1.7 1999/09/25 20:30:45 pjanzen Exp $"; #endif #endif /* not lint */ |