aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>2001-08-10 00:34:20 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>2001-08-10 00:34:20 +0000
commit23cd8d58ac8f2cd152bfc37c905c629eee9fc728 (patch)
treeadca2f6aa99efe19d8203f4b7246858ac9441a18 /sys/netinet6
parentdf7f96d98d83d61e8b7374b0a15ef8dca6488fa1 (diff)
Notes
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/nd6.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/nd6.h b/sys/netinet6/nd6.h
index 73bbcd5aef0e4..a2b342359fa4b 100644
--- a/sys/netinet6/nd6.h
+++ b/sys/netinet6/nd6.h
@@ -116,7 +116,7 @@ struct in6_defrouter {
u_short rtlifetime;
u_long expire;
u_short if_index;
-} __attribute__((__packed__));
+};
struct in6_prlist {
char ifname[IFNAMSIZ];
@@ -147,7 +147,7 @@ struct in6_prefix {
u_short if_index;
u_short advrtrs; /* number of advertisement routers */
/* struct sockaddr_in6 advrtr[] */
-} __attribute__((__packed__));
+};
#ifdef _KERNEL
struct in6_ondireq {