From 312d4981dc089e0a17e1a9f2cdf4d7327f25af69 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 31 Jan 2001 08:42:35 +0000 Subject: 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. --- usr.sbin/config/mkoptions.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/config/mkoptions.c') 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"); -- cgit v1.1