From 0595f4ab9507532f8084168005910b6e1b3fe032 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 28 Feb 2001 02:55:15 +0000 Subject: [PATCH] newbus_ioconf() is long gone --- usr.sbin/config/config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h index b4efafb591a9..25a81cae768a 100644 --- a/usr.sbin/config/config.h +++ b/usr.sbin/config/config.h @@ -132,7 +132,6 @@ char *path(const char *); char *raisestr(char *); void remember(const char *); void moveifchanged(const char *, const char *); -void newbus_ioconf(void); int yyparse(void); int yylex(void); void options(void);