]> granicus.if.org Git - sudo/commitdiff
Move SUDOERS_QUOTED define to parse.h
authorTodd C. Miller <Todd.Miller@sudo.ws>
Fri, 2 Feb 2018 13:28:04 +0000 (06:28 -0700)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Fri, 2 Feb 2018 13:28:04 +0000 (06:28 -0700)
plugins/sudoers/parse.c
plugins/sudoers/parse.h

index ae6e5c7cec44dd55fcc383bd14009c415e278fb3..e1bbbea86f46b08008169294e0ccd45eeb9bc335 100644 (file)
@@ -38,9 +38,6 @@
 #include "sudo_lbuf.h"
 #include <gram.h>
 
-/* Characters that must be quoted in sudoers */
-#define        SUDOERS_QUOTED  ":\\,=#\""
-
 /*
  * Local prototypes.
  */
@@ -844,7 +841,7 @@ done:
 }
 
 /*
- * Print the contents of a struct member to stdout
+ * Write the contents of a struct member to the lbuf
  */
 static void
 print_member_int(struct sudo_lbuf *lbuf, char *name, int type, int negated,
index 7bbe21ecda5a6f02e60d7ead30613b0503bb76e4..5e8f4c72d37556a6a6644195b32a045b9aa0ce8e 100644 (file)
@@ -18,6 +18,9 @@
 #ifndef SUDOERS_PARSE_H
 #define SUDOERS_PARSE_H
 
+/* Characters that must be quoted in sudoers */
+#define SUDOERS_QUOTED  ":\\,=#\""
+
 #undef UNSPEC
 #define UNSPEC -1
 #undef DENY