summaryrefslogtreecommitdiff
path: root/src/basic/verbs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/verbs.h')
-rw-r--r--src/basic/verbs.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/basic/verbs.h b/src/basic/verbs.h
index d59e4d59b8..7b5e18510f 100644
--- a/src/basic/verbs.h
+++ b/src/basic/verbs.h
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
#pragma once
/***
@@ -22,7 +20,8 @@
***/
#define VERB_ANY ((unsigned) -1)
-#define VERB_DEFAULT 1
+#define VERB_DEFAULT 1U
+#define VERB_NOCHROOT 2U
typedef struct {
const char *verb;