Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic Kill local definition of __unused attribute.



details:   https://anonhg.NetBSD.org/src/rev/eacd6f28d383
branches:  trunk
changeset: 770265:eacd6f28d383
user:      njoly <njoly%NetBSD.org@localhost>
date:      Mon Oct 10 11:15:24 2011 +0000

description:
Kill local definition of __unused attribute.

diffstat:

 sys/dev/ic/bwi.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r af53831eccb7 -r eacd6f28d383 sys/dev/ic/bwi.c
--- a/sys/dev/ic/bwi.c  Mon Oct 10 10:40:35 2011 +0000
+++ b/sys/dev/ic/bwi.c  Mon Oct 10 11:15:24 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bwi.c,v 1.17 2011/01/28 20:36:06 pooka Exp $   */
+/*     $NetBSD: bwi.c,v 1.18 2011/10/10 11:15:24 njoly Exp $   */
 /*     $OpenBSD: bwi.c,v 1.74 2008/02/25 21:13:30 mglocker Exp $       */
 
 /*
@@ -48,7 +48,7 @@
 
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bwi.c,v 1.17 2011/01/28 20:36:06 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bwi.c,v 1.18 2011/10/10 11:15:24 njoly Exp $");
 
 #include <sys/param.h>
 #include <sys/callout.h>
@@ -119,8 +119,6 @@
 #define IEEE80211_DUR_SHSLOT    9       /* ERP short slottime */
 #define IEEE80211_DUR_OFDM_SLOT 9       /* OFDM slottime */
 
-#define __unused __attribute__((__unused__))
-
 /* XXX end porting goop */
 
 /* MAC */



Home | Main Index | Thread Index | Old Index