aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config/config.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-01-31 10:30:30 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-01-31 10:30:30 +0000
commit246449f3e34cb4ab2f39c49f832a7a7337a45a7b (patch)
tree8443485788127fbab997ec75c914943beb11fcee /usr.sbin/config/config.h
parent62a4bb5509e93c0845729fb647ca4ca50f551110 (diff)
downloadsrc-246449f3e34cb4ab2f39c49f832a7a7337a45a7b.tar.gz
src-246449f3e34cb4ab2f39c49f832a7a7337a45a7b.zip
Unwind a bit more cruft - we only have one type of device now.
Notes
Notes: svn path=/head/; revision=71879
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 5a98de224d03..35423495ed3a 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 '?' */