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.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/util-linux/ipcs.c b/util-linux/ipcs.c
index 393f94832..d7d901921 100644
--- a/util-linux/ipcs.c
+++ b/util-linux/ipcs.c
@@ -8,12 +8,6 @@
8 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. 8 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
9 */ 9 */
10 10
11#include "libbb.h"
12#include <errno.h>
13#include <time.h>
14#include <pwd.h>
15#include <grp.h>
16
17/* X/OPEN tells us to use <sys/{types,ipc,sem}.h> for semctl() */ 11/* X/OPEN tells us to use <sys/{types,ipc,sem}.h> for semctl() */
18/* X/OPEN tells us to use <sys/{types,ipc,msg}.h> for msgctl() */ 12/* X/OPEN tells us to use <sys/{types,ipc,msg}.h> for msgctl() */
19/* X/OPEN tells us to use <sys/{types,ipc,shm}.h> for shmctl() */ 13/* X/OPEN tells us to use <sys/{types,ipc,shm}.h> for shmctl() */
@@ -23,7 +17,7 @@
23#include <sys/msg.h> 17#include <sys/msg.h>
24#include <sys/shm.h> 18#include <sys/shm.h>
25 19
26 20#include "libbb.h"
27 21
28/*-------------------------------------------------------------------*/ 22/*-------------------------------------------------------------------*/
29/* SHM_DEST and SHM_LOCKED are defined in kernel headers, 23/* SHM_DEST and SHM_LOCKED are defined in kernel headers,