summaryrefslogtreecommitdiff
path: root/sys/i386/ibcs2/ibcs2_xenix.c
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-09-23 18:54:32 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-09-23 18:54:32 +0000
commit4f492bfab53a4732222656e2be91c50a2df9e13c (patch)
tree8158103cc2a98a399f6b85e558005d61c5a4bb29 /sys/i386/ibcs2/ibcs2_xenix.c
parentb8581e0d567d1cdf5ddb03df7e535ffd181347f7 (diff)
Notes
Diffstat (limited to 'sys/i386/ibcs2/ibcs2_xenix.c')
-rw-r--r--sys/i386/ibcs2/ibcs2_xenix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/ibcs2/ibcs2_xenix.c b/sys/i386/ibcs2/ibcs2_xenix.c
index b3464a3a136f..356161b0c595 100644
--- a/sys/i386/ibcs2/ibcs2_xenix.c
+++ b/sys/i386/ibcs2/ibcs2_xenix.c
@@ -110,7 +110,7 @@ xenix_ftime(td, uap)
{
struct timeval tv;
struct ibcs2_timeb {
- unsigned long time __attribute__((packed));
+ unsigned long time __packed;
unsigned short millitm;
short timezone;
short dstflag;