bc: convert to "G trick" - this returns bc to zero bss increase
[oweals/busybox.git] / util-linux / switch_root.c
index 2d1802b79029c3c6b5f20e21a3ebe1b641aabf3b..947dd0cdc15e95ac9d98a7db53f5807d3687af7d 100644 (file)
 #include <sys/mount.h>
 #if ENABLE_RUN_INIT
 # include <sys/prctl.h>
+# ifndef PR_CAPBSET_READ
+# define PR_CAPBSET_READ 23
+# endif
+# ifndef PR_CAPBSET_DROP
+# define PR_CAPBSET_DROP 24
+# endif
 # include <linux/capability.h>
 // #include <sys/capability.h>
 // This header is in libcap, but the functions are in libc.