summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.h
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-10-28 07:21:04 +0000
committerjoerg <joerg@FreeBSD.org>1997-10-28 07:21:04 +0000
commit5c37a12152dcd7c9ea69865faa6b23c106931489 (patch)
treea44cd0af96e0712bbfe1a65954e66e6030955cd9 /usr.sbin/config/config.h
parent5865a758bc78459ebe30511ab97dd81b2aa8597f (diff)
downloadFreeBSD-src-5c37a12152dcd7c9ea69865faa6b23c106931489.zip
FreeBSD-src-5c37a12152dcd7c9ea69865faa6b23c106931489.tar.gz
Allow for a keyword in the "files" file named "mandatory". The first
candidate for this is "npx0", more are likely to follow. Check for pseudo-devices that are being configured, but don't appear in any "files" file. The ``pseudo-device bpf 2'' already hit me too often.
Diffstat (limited to 'usr.sbin/config/config.h')
-rw-r--r--usr.sbin/config/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h
index 6c524f5..d72448d 100644
--- a/usr.sbin/config/config.h
+++ b/usr.sbin/config/config.h
@@ -91,6 +91,8 @@ struct file_list {
#define SWAPSPEC 6
#define COMPDEVICE 7
#define COMPSPEC 8
+#define DEVDONE 0x80000000
+#define TYPEMASK 0x7fffffff
/*
* Attributes (flags).
OpenPOWER on IntegriCloud