X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/f12b51f99bbe8bb6ad7eca12b047ba9b46836ee6..fcf2c9d81824f115900bc2e3e5ed8be2afbb7d46:/battlestar/battlestar.c?ds=inline diff --git a/battlestar/battlestar.c b/battlestar/battlestar.c index ae60f4c0..47465799 100644 --- a/battlestar/battlestar.c +++ b/battlestar/battlestar.c @@ -1,4 +1,4 @@ -/* $NetBSD: battlestar.c,v 1.13 2003/08/07 09:37:00 agc Exp $ */ +/* $NetBSD: battlestar.c,v 1.16 2008/07/20 01:03:21 lukem Exp $ */ /* * Copyright (c) 1983, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1983, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1983, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)battlestar.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: battlestar.c,v 1.13 2003/08/07 09:37:00 agc Exp $"); +__RCSID("$NetBSD: battlestar.c,v 1.16 2008/07/20 01:03:21 lukem Exp $"); #endif #endif /* not lint */ @@ -52,12 +52,8 @@ __RCSID("$NetBSD: battlestar.c,v 1.13 2003/08/07 09:37:00 agc Exp $"); #include "extern.h" -int main __P((int, char *[])); - int -main(argc, argv) - int argc; - char **argv; +main(int argc, char **argv) { char mainbuf[LINELENGTH]; char *next;