Added all debian changes

git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5095 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
joey
1999-09-09 03:15:42 +00:00
parent 2dfa5490e5
commit 57a50afc15
11 changed files with 94 additions and 152 deletions

View File

@@ -751,7 +751,7 @@ bad_ver()
*/
SIGNAL_TYPE
sigterm(dummy)
int dummy __attribute__((unused));
int dummy __attribute__((__unused__));
{
leave(0, (char *) NULL);
/* NOTREACHED */
@@ -764,7 +764,7 @@ sigterm(dummy)
*/
SIGNAL_TYPE
sigemt(dummy)
int dummy __attribute__((unused));
int dummy __attribute__((__unused__));
{
leave(1, "Unable to start driver. Try again.");
/* NOTREACHED */
@@ -777,7 +777,7 @@ sigemt(dummy)
*/
SIGNAL_TYPE
sigalrm(dummy)
int dummy __attribute__((unused));
int dummy __attribute__((__unused__));
{
return;
}
@@ -804,7 +804,7 @@ rmnl(s)
*/
SIGNAL_TYPE
intr(dummy)
int dummy __attribute__((unused));
int dummy __attribute__((__unused__));
{
int ch;
int explained;