summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-07-03 19:22:52 +0000
committerpeter <peter@FreeBSD.org>1999-07-03 19:22:52 +0000
commitbe406231c5d21653933998816f79e9f70830733c (patch)
tree40370c5958478881cda9689347cdedd3411f12bb /usr.sbin/config/config.h
parent060339e52c478ef9330bab255ccf2ccb1574ec07 (diff)
downloadFreeBSD-src-be406231c5d21653933998816f79e9f70830733c.zip
FreeBSD-src-be406231c5d21653933998816f79e9f70830733c.tar.gz
Delete special handling for 'device-driver' suffix, it's not used in
the kernel source now.
Diffstat (limited to 'usr.sbin/config/config.h')
-rw-r--r--usr.sbin/config/config.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h
index 6dae1a2..faa5b31 100644
--- a/usr.sbin/config/config.h
+++ b/usr.sbin/config/config.h
@@ -56,12 +56,11 @@ struct file_list {
/*
* Types.
*/
-#define DRIVER 1
-#define NORMAL 2
-#define INVISIBLE 3
-#define PROFILING 4
-#define NODEPEND 5
-#define LOCAL 6
+#define NORMAL 1
+#define INVISIBLE 2
+#define PROFILING 3
+#define NODEPEND 4
+#define LOCAL 5
#define DEVDONE 0x80000000
#define TYPEMASK 0x7fffffff
OpenPOWER on IntegriCloud