summaryrefslogtreecommitdiff
path: root/sys/compat/ibcs2
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2009-01-07 12:52:47 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2009-01-07 12:52:47 +0000
commit5cf8a0ee2b03e2ff4de5e583c297a86fe430f974 (patch)
tree70323215cd1879590a094c762f6e08b01d53c95e /sys/compat/ibcs2
parent5d637422c22fd4df267fdedc361000ca6fb1395c (diff)
Fix an occurance of __attribute which should have been __attribute__
by converting the entire line to __packed. ok kettenis@
Diffstat (limited to 'sys/compat/ibcs2')
-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 */