summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2002-04-25 08:55:17 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2002-04-25 08:55:17 +0000
commitb7ed49ef73353dab09781f9bd91c26853b57a2ca (patch)
tree890735af080d560b55f5d731995b812adc26a432 /sbin
parent7e0b4f872a1afc51cba0b433044098765c8dc20f (diff)
no need for __alignment__, it was paste error. from fgs/deraadt
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ifconfig/ifconfig.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c
index e6af6ee4c91..10bab3dddbb 100644
--- a/sbin/ifconfig/ifconfig.c
+++ b/sbin/ifconfig/ifconfig.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ifconfig.c,v 1.61 2002/04/10 18:52:27 millert Exp $ */
+/* $OpenBSD: ifconfig.c,v 1.62 2002/04/25 08:55:16 itojun Exp $ */
/* $NetBSD: ifconfig.c,v 1.40 1997/10/01 02:19:43 enami Exp $ */
/*
@@ -81,7 +81,7 @@ static const char copyright[] =
#if 0
static const char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94";
#else
-static const char rcsid[] = "$OpenBSD: ifconfig.c,v 1.61 2002/04/10 18:52:27 millert Exp $";
+static const char rcsid[] = "$OpenBSD: ifconfig.c,v 1.62 2002/04/25 08:55:16 itojun Exp $";
#endif
#endif /* not lint */
@@ -138,7 +138,7 @@ struct ifaliasreq addreq;
#ifdef INET6
struct in6_ifreq ifr6;
struct in6_ifreq in6_ridreq;
-struct in6_aliasreq in6_addreq __attribute__((aligned(4)));
+struct in6_aliasreq in6_addreq;
#endif
struct iso_ifreq iso_ridreq;
struct iso_aliasreq iso_addreq;