summaryrefslogtreecommitdiffstats
path: root/src/privsep.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2020-05-24 05:47:14 +0000
committerRoy Marples <roy@marples.name>2020-05-24 05:47:14 +0000
commit12b0db43b2a139744fbcf04824390fcb1de445ea (patch)
tree5cde5e68c8d6710d707d8a54da0de97d856b7602 /src/privsep.h
parentc572835e98da5a186f7453f3daa2aec765ef2d9b (diff)
downloaddhcpcd-12b0db43b2a139744fbcf04824390fcb1de445ea.tar.xz
privsep: Allow Linux to work without needing any mounts
Diffstat (limited to 'src/privsep.h')
-rw-r--r--src/privsep.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/privsep.h b/src/privsep.h
index b98813e5..09bfa897 100644
--- a/src/privsep.h
+++ b/src/privsep.h
@@ -57,9 +57,6 @@
#define PS_IP6FORWARDING 0x0104
#define PS_GETIFADDRS 0x0105
-/* Linux commands */
-#define PS_WRITEPATHUINT 0x0201
-
/* Process commands */
#define PS_START 0x4000
#define PS_STOP 0x8000