summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2009-01-07 12:52:46 +0000
committerjsg <jsg@openbsd.org>2009-01-07 12:52:46 +0000
commitcf55a6953668088785c6d6e0960f40dc8ffde3ad (patch)
treed52e4facfb45f2260328261a4263e56f2676bba4
parentMatch on Linksys WUSB600N. (diff)
downloadwireguard-openbsd-cf55a6953668088785c6d6e0960f40dc8ffde3ad.tar.xz
wireguard-openbsd-cf55a6953668088785c6d6e0960f40dc8ffde3ad.zip
Fix an occurance of __attribute which should have been __attribute__
by converting the entire line to __packed. ok kettenis@
-rw-r--r--sys/compat/ibcs2/ibcs2_timeb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/ibcs2/ibcs2_timeb.h b/sys/compat/ibcs2/ibcs2_timeb.h
index 7e7c328c297..2f112ea6e96 100644
--- a/sys/compat/ibcs2/ibcs2_timeb.h
+++ b/sys/compat/ibcs2/ibcs2_timeb.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ibcs2_timeb.h,v 1.5 2000/12/06 21:13:19 mickey Exp $ */
+/* $OpenBSD: ibcs2_timeb.h,v 1.6 2009/01/07 12:52:46 jsg Exp $ */
/* $NetBSD: ibcs2_timeb.h,v 1.2 1996/05/03 17:05:34 christos Exp $ */
/*
@@ -39,7 +39,7 @@ struct xenix_timeb {
unsigned short millitm;
short timezone;
short dstflag;
-} __attribute((__packed__));
+} __packed;
#define xenix_timeb_len 10 /* packed struct */