From 3e07e736c65db821f0124e9accdacb76810600b4 Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Sat, 23 Jan 1999 00:43:54 +0000 Subject: Kill svr4 #pragma pack. --- sys/compat/ibcs2/ibcs2_timeb.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sys/compat') diff --git a/sys/compat/ibcs2/ibcs2_timeb.h b/sys/compat/ibcs2/ibcs2_timeb.h index 6c39650a668..4f4b388a6a4 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.3 1996/08/02 20:35:16 niklas Exp $ */ +/* $OpenBSD: ibcs2_timeb.h,v 1.4 1999/01/23 00:43:53 espie Exp $ */ /* $NetBSD: ibcs2_timeb.h,v 1.2 1996/05/03 17:05:34 christos Exp $ */ /* @@ -34,14 +34,12 @@ #ifndef _IBCS2_TIMEB_H #define _IBCS2_TIMEB_H -#pragma pack(2) struct xenix_timeb { ibcs2_time_t time; unsigned short millitm; short timezone; short dstflag; -}; -#pragma pack() +} __attribute((packed)); #define xenix_timeb_len 10 /* packed struct */ -- cgit v1.2.3