summaryrefslogtreecommitdiff
path: root/src/basic/verbs.h
diff options
context:
space:
mode:
authorDaniel Mack <github@zonque.org>2016-01-29 16:04:03 +0100
committerDaniel Mack <github@zonque.org>2016-01-29 16:04:03 +0100
commit0e3a930a60de12a54419b19484183bf6df92548e (patch)
tree2729a43c0ac3fd5d7914f23c332329ed4988698d /src/basic/verbs.h
parente0d2df39b1a4681b523dba9bfa2d709b2cef07bb (diff)
parentd152dd467afe0eacb322900ea7f91946c55c40e9 (diff)
Merge pull request #2465 from poettering/systemctl-chroot
Fix for #2015
Diffstat (limited to 'src/basic/verbs.h')
-rw-r--r--src/basic/verbs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/basic/verbs.h b/src/basic/verbs.h
index d59e4d59b8..4132cad773 100644
--- a/src/basic/verbs.h
+++ b/src/basic/verbs.h
@@ -22,7 +22,8 @@
***/
#define VERB_ANY ((unsigned) -1)
-#define VERB_DEFAULT 1
+#define VERB_DEFAULT 1U
+#define VERB_NOCHROOT 2U
typedef struct {
const char *verb;