From 42c9ccadf8cc9994b1c31cf172dc61215bc590bb Mon Sep 17 00:00:00 2001 From: midipix Date: Sep 18 2016 22:01:12 +0000 Subject: nt32: fix bits/msg.h (target has a 64-bit time_t). --- 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;