summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/mkoptions.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-01-31 08:42:35 +0000
committerpeter <peter@FreeBSD.org>2001-01-31 08:42:35 +0000
commit312d4981dc089e0a17e1a9f2cdf4d7327f25af69 (patch)
tree8e6ad9783bf845045f2db81e36e2cfc996e45a16 /usr.sbin/config/mkoptions.c
parentc276446c27b0fa9eca7b39c089fd2bf663a59212 (diff)
downloadFreeBSD-src-312d4981dc089e0a17e1a9f2cdf4d7327f25af69.zip
FreeBSD-src-312d4981dc089e0a17e1a9f2cdf4d7327f25af69.tar.gz
Redo the stray header file cleanup code to not depend on timestamps
or access times or anything. Just bite the bullet and keep a list of header files that we know about.
Diffstat (limited to 'usr.sbin/config/mkoptions.c')
-rw-r--r--usr.sbin/config/mkoptions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/config/mkoptions.c b/usr.sbin/config/mkoptions.c
index 0ddf29f..2bc64a6 100644
--- a/usr.sbin/config/mkoptions.c
+++ b/usr.sbin/config/mkoptions.c
@@ -161,6 +161,7 @@ do_option(char *name)
}
}
+ remember(file);
inf = fopen(file, "r");
if (inf == 0) {
outf = fopen(file, "w");
OpenPOWER on IntegriCloud