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 --- atc/graphics.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'atc/graphics.c') diff --git a/atc/graphics.c b/atc/graphics.c index 3e082ad2..9d9ba6fb 100644 --- a/atc/graphics.c +++ b/atc/graphics.c @@ -1,4 +1,4 @@ -/* $NetBSD: graphics.c,v 1.13 2006/06/07 09:22:52 jnemeth Exp $ */ +/* $NetBSD: graphics.c,v 1.14 2007/12/15 19:44:38 perry Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -46,7 +46,7 @@ #if 0 static char sccsid[] = "@(#)graphics.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: graphics.c,v 1.13 2006/06/07 09:22:52 jnemeth Exp $"); +__RCSID("$NetBSD: graphics.c,v 1.14 2007/12/15 19:44:38 perry Exp $"); #endif #endif /* not lint */ @@ -282,7 +282,7 @@ ioerror(int pos, int len, const char *str) /* ARGSUSED */ void -quit(int dummy __attribute__((__unused__))) +quit(int dummy __unused) { int c, y, x; #ifdef BSD -- cgit v1.2.3-56-ge451