summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-05-09 18:54:25 +0000
committerpeter <peter@FreeBSD.org>1999-05-09 18:54:25 +0000
commita6a77a4ef93c385202c35b5e7863f7731b0a1a1b (patch)
tree854aca08f7a6abbe966438f37cde272586302449 /usr.sbin/config/config.h
parentdae3d761e5b07d8ae6b07002978842e2a6d151c9 (diff)
downloadFreeBSD-src-a6a77a4ef93c385202c35b5e7863f7731b0a1a1b.zip
FreeBSD-src-a6a77a4ef93c385202c35b5e7863f7731b0a1a1b.tar.gz
Put on my viking helmet from the closet, and get out the war axe and
"retire" some more stuff.
Diffstat (limited to 'usr.sbin/config/config.h')
-rw-r--r--usr.sbin/config/config.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h
index bc18104..6dae1a2 100644
--- a/usr.sbin/config/config.h
+++ b/usr.sbin/config/config.h
@@ -51,7 +51,6 @@ struct file_list {
char *f_depends; /* additional dependancies */
char *f_clean; /* File list to add to clean rule */
char *f_needs;
- char *f_rootdev;
};
/*
@@ -61,11 +60,8 @@ struct file_list {
#define NORMAL 2
#define INVISIBLE 3
#define PROFILING 4
-#define SYSTEMSPEC 5
-#define SWAPSPEC 6
-#define COMPDEVICE 7
-#define NODEPEND 8
-#define LOCAL 9
+#define NODEPEND 5
+#define LOCAL 6
#define DEVDONE 0x80000000
#define TYPEMASK 0x7fffffff
@@ -164,7 +160,6 @@ int yylex __P((void));
void options __P((void));
void makefile __P((void));
void headers __P((void));
-void swapconf __P((void));
extern int seen_scbus;
@@ -173,7 +168,7 @@ extern struct device *dtab;
extern char errbuf[80];
extern int yyline;
-extern struct file_list *ftab, *conf_list, **confp;
+extern struct file_list *ftab;
extern int profiling;
extern int debugging;
OpenPOWER on IntegriCloud