aboutsummaryrefslogtreecommitdiff
path: root/util-linux/ipcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/ipcs.c')
-rw-r--r--util-linux/ipcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/ipcs.c b/util-linux/ipcs.c
index c7b46f589..97b98f300 100644
--- a/util-linux/ipcs.c
+++ b/util-linux/ipcs.c
@@ -68,7 +68,7 @@ struct shm_info {
68union semun { 68union semun {
69 int val; 69 int val;
70 struct semid_ds *buf; 70 struct semid_ds *buf;
71 unsigned short int *array; 71 unsigned short *array;
72 struct seminfo *__buf; 72 struct seminfo *__buf;
73}; 73};
74#endif 74#endif