aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-02-28 02:55:15 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-02-28 02:55:15 +0000
commit6f34947de7cfabe8e25ee0120c99b7fc525ea570 (patch)
tree9e9acab703515f7d4f14283c7c25e4faa9761550
parent5b270b2a55586958f17fa016a9620fcce5f4c093 (diff)
downloadsrc-6f34947de7cfabe8e25ee0120c99b7fc525ea570.tar.gz
src-6f34947de7cfabe8e25ee0120c99b7fc525ea570.zip
newbus_ioconf() is long gone
Notes
Notes: svn path=/head/; revision=73206
-rw-r--r--usr.sbin/config/config.h1
1 files changed, 0 insertions, 1 deletions
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);