From f7358cfb3c7311b11f266af8c1073a326ded4879 Mon Sep 17 00:00:00 2001 From: markj Date: Sat, 11 May 2013 00:05:05 +0000 Subject: [PATCH] Fix the build: 'valid' is no longer used. git-svn-id: svn://svn.freebsd.org/base/stable/8@250490 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.sbin/newsyslog/newsyslog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/newsyslog/newsyslog.c b/usr.sbin/newsyslog/newsyslog.c index 4aacd2e64..ee1cec11e 100644 --- a/usr.sbin/newsyslog/newsyslog.c +++ b/usr.sbin/newsyslog/newsyslog.c @@ -1508,7 +1508,7 @@ static void delete_oldest_timelog(const struct conf_entry *ent, const char *archive_dir) { char *logfname, *s, *dir, errbuf[80]; - int dirfd, i, logcnt, max_logcnt, valid; + int dirfd, i, logcnt, max_logcnt; struct oldlog_entry *oldlogs; struct dirent *dp; const char *cdir; -- 2.45.0