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 --- backgammon/common_source/subs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backgammon/common_source') diff --git a/backgammon/common_source/subs.c b/backgammon/common_source/subs.c index a95e4813..62529fe0 100644 --- a/backgammon/common_source/subs.c +++ b/backgammon/common_source/subs.c @@ -1,4 +1,4 @@ -/* $NetBSD: subs.c,v 1.15 2005/07/01 01:12:39 jmc Exp $ */ +/* $NetBSD: subs.c,v 1.16 2007/12/15 19:44:39 perry Exp $ */ /* * Copyright (c) 1980, 1993 @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)subs.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: subs.c,v 1.15 2005/07/01 01:12:39 jmc Exp $"); +__RCSID("$NetBSD: subs.c,v 1.16 2007/12/15 19:44:39 perry Exp $"); #endif #endif /* not lint */ @@ -433,7 +433,7 @@ fixtty(struct termios *t) } void -getout(int dummy __attribute__((__unused__))) +getout(int dummy __unused) { /* go to bottom of screen */ if (tflag) { -- cgit v1.2.3