copy in from cvs; cvs2svn fucked up big time

git-svn-id: file:///srv/svn/joey/trunk/src/packages/bsdgames@9775 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
joey
2003-12-19 19:12:08 +00:00
parent 351c8ca204
commit 51eabc017b
310 changed files with 7852 additions and 5005 deletions

View File

@@ -1,4 +1,4 @@
/* $NetBSD: main.c,v 1.5 1998/02/03 05:40:45 perry Exp $ */
/* $NetBSD: main.c,v 1.10 2000/05/08 07:56:03 mycroft Exp $ */
/*
* Copyright (c) 1994
@@ -46,7 +46,7 @@ __COPYRIGHT("@(#) Copyright (c) 1994\n\
#if 0
static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 5/4/95";
#else
__RCSID("$NetBSD: main.c,v 1.5 1998/02/03 05:40:45 perry Exp $");
__RCSID("$NetBSD: main.c,v 1.10 2000/05/08 07:56:03 mycroft Exp $");
#endif
#endif /* not lint */
@@ -98,7 +98,7 @@ main(argc, argv)
"%3d %-6s"
};
/* revoke setgid privileges */
/* Revoke setgid privileges */
setregid(getgid(), getgid());
color = curmove = 0;
@@ -536,7 +536,7 @@ quit()
void
quitsig(dummy)
int dummy __attribute__((unused));
int dummy __attribute__((__unused__));
{
quit();
}