summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/configvers.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-10-01 17:17:29 +0000
committerru <ru@FreeBSD.org>2006-10-01 17:17:29 +0000
commita8ad84893be3f8949d0d3ba220bd78a93db88d3b (patch)
tree5c720c33434229e47a6f0e310cfbd46ad8f8aec6 /usr.sbin/config/configvers.h
parent4ed2930c61e06d9eefc5dbb917d52b872b555cbe (diff)
downloadFreeBSD-src-a8ad84893be3f8949d0d3ba220bd78a93db88d3b.zip
FreeBSD-src-a8ad84893be3f8949d0d3ba220bd78a93db88d3b.tar.gz
Added rudimentary support for the "include" directive (inside "files").
This will be used to split sys/conf/files into multiple files similar to how this is done in NetBSD.
Diffstat (limited to 'usr.sbin/config/configvers.h')
-rw-r--r--usr.sbin/config/configvers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/config/configvers.h b/usr.sbin/config/configvers.h
index 5ecac09..7ff7581 100644
--- a/usr.sbin/config/configvers.h
+++ b/usr.sbin/config/configvers.h
@@ -49,5 +49,5 @@
*
* $FreeBSD$
*/
-#define CONFIGVERS 600004
+#define CONFIGVERS 600005
#define MAJOR_VERS(x) ((x) / 100000)
OpenPOWER on IntegriCloud