From 5b76eed8435d83619f278cc1584ca5751e2804f6 Mon Sep 17 00:00:00 2001 From: perry Date: Sat, 15 Dec 2007 19:44:37 +0000 Subject: convert __attribute__s to applicable cdefs.h macros --- monop/monop.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'monop/monop.c') 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(); } -- cgit v1.2.3-56-ge451