mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-21 03:14:50 +00:00
Added all debian changes
git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5095 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user