diff options
Diffstat (limited to 'usr.sbin/config/config.h')
-rw-r--r-- | usr.sbin/config/config.h | 2 |
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 '?' */ |