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 --- cribbage/io.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cribbage/io.c') diff --git a/cribbage/io.c b/cribbage/io.c index 12e23b35..ea2fedba 100644 --- a/cribbage/io.c +++ b/cribbage/io.c @@ -1,4 +1,4 @@ -/* $NetBSD: io.c,v 1.20 2005/07/02 08:32:32 jmc Exp $ */ +/* $NetBSD: io.c,v 1.21 2007/12/15 19:44:39 perry Exp $ */ /*- * Copyright (c) 1980, 1993 @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: io.c,v 1.20 2005/07/02 08:32:32 jmc Exp $"); +__RCSID("$NetBSD: io.c,v 1.21 2007/12/15 19:44:39 perry Exp $"); #endif #endif /* not lint */ @@ -557,7 +557,7 @@ getline(void) } void -receive_intr(int signo __attribute__((__unused__))) +receive_intr(int signo __unused) { bye(); exit(1); -- cgit v1.2.3-56-ge451