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 --- adventure/init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'adventure') diff --git a/adventure/init.c b/adventure/init.c index 51877047..5269b96c 100644 --- a/adventure/init.c +++ b/adventure/init.c @@ -1,4 +1,4 @@ -/* $NetBSD: init.c,v 1.16 2006/03/18 05:16:46 rtr Exp $ */ +/* $NetBSD: init.c,v 1.17 2007/12/15 19:44:38 perry Exp $ */ /*- * Copyright (c) 1993 @@ -39,7 +39,7 @@ #if 0 static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 6/2/93"; #else -__RCSID("$NetBSD: init.c,v 1.16 2006/03/18 05:16:46 rtr Exp $"); +__RCSID("$NetBSD: init.c,v 1.17 2007/12/15 19:44:38 perry Exp $"); #endif #endif /* not lint */ @@ -275,7 +275,7 @@ linkdata(void) /* come here if he hits a del */ void -trapdel(int n __attribute__((__unused__))) +trapdel(int n __unused) { delhit = 1; /* main checks, treats as QUIT */ signal(SIGINT, trapdel);/* catch subsequent DELs */ -- cgit v1.2.3-56-ge451