From 42c9ccadf8cc9994b1c31cf172dc61215bc590bb Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 18 Sep 2016 18:01:12 -0400 Subject: nt32: fix bits/msg.h (target has a 64-bit time_t). --- arch/nt32/bits/msg.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch/nt32/bits/msg.h') diff --git a/arch/nt32/bits/msg.h b/arch/nt32/bits/msg.h index 3db8576..badcf16 100644 --- a/arch/nt32/bits/msg.h +++ b/arch/nt32/bits/msg.h @@ -2,11 +2,8 @@ struct msqid_ds { struct ipc_perm msg_perm; time_t msg_stime; - int __unused1; time_t msg_rtime; - int __unused2; time_t msg_ctime; - int __unused3; unsigned long msg_cbytes; msgqnum_t msg_qnum; msglen_t msg_qbytes; -- cgit v1.2.3