diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2018-07-05 16:28:43 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2018-07-05 16:28:43 +0000 |
commit | e28687347fa065c61559d62ef1f006772956279c (patch) | |
tree | 89fa51c8b86a3c9a5ff1594fcedca54613fe7fb1 /usr.sbin/config/config.h | |
parent | 81dac87135c0447faa196c2635ee306d2c6ab562 (diff) | |
download | src-e28687347fa065c61559d62ef1f006772956279c.tar.gz src-e28687347fa065c61559d62ef1f006772956279c.zip |
Revert r335995 due to accidental changes snuck in
Notes
Notes:
svn path=/head/; revision=335997
Diffstat (limited to 'usr.sbin/config/config.h')
-rw-r--r-- | usr.sbin/config/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h index 941a65f60216..fd5fb344e791 100644 --- a/usr.sbin/config/config.h +++ b/usr.sbin/config/config.h @@ -179,6 +179,8 @@ SLIST_HEAD(, includepath) includepath; extern char *ident; extern char kernconfstr[]; extern int do_trace; +extern int envmode; +extern int hintmode; extern int incignore; char *get_word(FILE *); |