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 3a32520..759eef0 100644 --- a/usr.sbin/config/config.h +++ b/usr.sbin/config/config.h @@ -177,7 +177,7 @@ void headers(void); void cfgfile_add(const char *); void cfgfile_removeall(void); -extern STAILQ_HEAD(device_head, device) dtab, rmdtab; +extern STAILQ_HEAD(device_head, device) dtab; extern char errbuf[80]; extern int yyline; |