From a60f84ebf07863e390b72a2b6150e461a1ec18e9 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 5 Jul 2008 09:18:54 +0000 Subject: *: rename ATTRIBUTE_XXX to just XXX. --- networking/zcip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/zcip.c') diff --git a/networking/zcip.c b/networking/zcip.c index fccb1a466..221edd322 100644 --- a/networking/zcip.c +++ b/networking/zcip.c @@ -39,7 +39,7 @@ struct arp_packet { struct ether_header eth; struct ether_arp arp; -} ATTRIBUTE_PACKED; +} PACKED; enum { /* 169.254.0.0 */ -- cgit v1.2.3