summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-01-31 10:30:30 +0000
committerpeter <peter@FreeBSD.org>2001-01-31 10:30:30 +0000
commit4abe34416afda81cddb387d70a542952f6de9aa0 (patch)
treef72020979b7c7b8a125affbd00aa730124500e54 /usr.sbin/config/config.h
parent1b42df7d637544e86479a566e68bf57a640b6bdc (diff)
downloadFreeBSD-src-4abe34416afda81cddb387d70a542952f6de9aa0.zip
FreeBSD-src-4abe34416afda81cddb387d70a542952f6de9aa0.tar.gz
Unwind a bit more cruft - we only have one type of device now.
Diffstat (limited to 'usr.sbin/config/config.h')
-rw-r--r--usr.sbin/config/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h
index 5a98de2..3542349 100644
--- a/usr.sbin/config/config.h
+++ b/usr.sbin/config/config.h
@@ -75,7 +75,7 @@ struct file_list {
#define ISDUP 32
struct device {
- int d_type; /* DEVICE, bus adaptor */
+ int d_done; /* processed */
char *d_name; /* name of device (e.g. rk11) */
int d_count; /* device count */
#define QUES -1 /* -1 means '?' */
OpenPOWER on IntegriCloud