summaryrefslogtreecommitdiff
path: root/sys/netipx/ipx.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-12-06 17:19:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-12-06 17:19:02 +0000
commitf3a240ca8c81a2aaacfe850d2ea6d470be9c69f0 (patch)
tree67f580f89ee92012d481f5f1323870404749c7f9 /sys/netipx/ipx.h
parente1a1e49b6d8f502fccd06d6369cb83e0ed290131 (diff)
use __x__ formats for __attribute__ arguments; guenther@gac.edu
Diffstat (limited to 'sys/netipx/ipx.h')
-rw-r--r--sys/netipx/ipx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/ipx.h b/sys/netipx/ipx.h
index 2b7827c9404..3e7f40a38c3 100644
--- a/sys/netipx/ipx.h
+++ b/sys/netipx/ipx.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ipx.h,v 1.13 2000/09/22 14:56:22 millert Exp $ */
+/* $OpenBSD: ipx.h,v 1.14 2000/12/06 17:19:01 deraadt Exp $ */
/*-
*
@@ -111,7 +111,7 @@
*/
#define IPX_HOSTADDRLEN 6
#define IPX_NETADDRLEN 4
-#define XXX __attribute__((packed))
+#define XXX __attribute__((__packed__))
typedef
union ipx_host {