summaryrefslogtreecommitdiffstats
path: root/monop/monop.c
diff options
context:
space:
mode:
Diffstat (limited to 'monop/monop.c')
-rw-r--r--monop/monop.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/monop/monop.c b/monop/monop.c
index 48cd7695..1653e136 100644
--- a/monop/monop.c
+++ b/monop/monop.c
@@ -1,4 +1,4 @@
-/* $NetBSD: monop.c,v 1.15 2004/01/27 20:30:30 jsm Exp $ */
+/* $NetBSD: monop.c,v 1.16 2007/12/15 19:44:42 perry Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
#if 0
static char sccsid[] = "@(#)monop.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: monop.c,v 1.15 2004/01/27 20:30:30 jsm Exp $");
+__RCSID("$NetBSD: monop.c,v 1.16 2007/12/15 19:44:42 perry Exp $");
#endif
#endif /* not lint */
@@ -93,7 +93,7 @@ main(ac, av)
/*ARGSUSED*/
static void
do_quit(n)
- int n __attribute__((__unused__));
+ int n __unused;
{
quit();
}