summaryrefslogtreecommitdiffstats
path: root/fortune/unstr/unstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'fortune/unstr/unstr.c')
-rw-r--r--fortune/unstr/unstr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fortune/unstr/unstr.c b/fortune/unstr/unstr.c
index d5a4a0fe..8d87d9f8 100644
--- a/fortune/unstr/unstr.c
+++ b/fortune/unstr/unstr.c
@@ -1,4 +1,4 @@
-/* $NetBSD: unstr.c,v 1.11 2004/02/08 22:23:50 jsm Exp $ */
+/* $NetBSD: unstr.c,v 1.12 2007/12/15 19:44:40 perry Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -42,7 +42,7 @@ __COPYRIGHT("@(#) Copyright (c) 1991, 1993\n\
#if 0
static char sccsid[] = "@(#)unstr.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: unstr.c,v 1.11 2004/02/08 22:23:50 jsm Exp $");
+__RCSID("$NetBSD: unstr.c,v 1.12 2007/12/15 19:44:40 perry Exp $");
#endif
#endif /* not lint */
@@ -86,7 +86,7 @@ void order_unstr(STRFILE *);
/* ARGSUSED */
int
main(ac, av)
- int ac __attribute__((__unused__));
+ int ac __unused;
char **av;
{
static STRFILE tbl; /* description table */