summaryrefslogtreecommitdiffstats
path: root/battlestar/command6.c
diff options
context:
space:
mode:
Diffstat (limited to 'battlestar/command6.c')
-rw-r--r--battlestar/command6.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/battlestar/command6.c b/battlestar/command6.c
index c877c1f0..ef324c84 100644
--- a/battlestar/command6.c
+++ b/battlestar/command6.c
@@ -1,4 +1,4 @@
-/* $NetBSD: command6.c,v 1.3 2005/07/01 06:04:54 jmc Exp $ */
+/* $NetBSD: command6.c,v 1.4 2007/12/15 19:44:39 perry Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)com6.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: command6.c,v 1.3 2005/07/01 06:04:54 jmc Exp $");
+__RCSID("$NetBSD: command6.c,v 1.4 2007/12/15 19:44:39 perry Exp $");
#endif
#endif /* not lint */
@@ -89,7 +89,7 @@ die(void)
}
void
-diesig(int dummy __attribute__((__unused__)))
+diesig(int dummy __unused)
{
die();
}