summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-12-12 09:38:48 +0000
committerpeter <peter@FreeBSD.org>1999-12-12 09:38:48 +0000
commitf10d6e9377dd0e5321696fea78296110f0bb16d1 (patch)
tree9a32f5b830bcc84deb9eeaa7877815c01455e4d4 /usr.sbin/config/config.h
parent0a56ed85f08c1b3f01c2ef365e7b3513b10c0c27 (diff)
downloadFreeBSD-src-f10d6e9377dd0e5321696fea78296110f0bb16d1.zip
FreeBSD-src-f10d6e9377dd0e5321696fea78296110f0bb16d1.tar.gz
Add a 'warning' option for the files* files. This is intended to enable
giving a dire warning about certain drivers going away in the future.
Diffstat (limited to 'usr.sbin/config/config.h')
-rw-r--r--usr.sbin/config/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h
index 6b153a5..3e0c8a2 100644
--- a/usr.sbin/config/config.h
+++ b/usr.sbin/config/config.h
@@ -50,6 +50,7 @@ struct file_list {
char *f_depends; /* additional dependancies */
char *f_clean; /* File list to add to clean rule */
char *f_needs;
+ char *f_warn; /* warning message */
};
/*
OpenPOWER on IntegriCloud