Author: markj
Date: Sat May 11 00:05:05 2013
New Revision: 250490
URL: http://svnweb.freebsd.org/changeset/base/250490

Log:
  Fix the build: 'valid' is no longer used.

Modified:
  stable/8/usr.sbin/newsyslog/newsyslog.c

Modified: stable/8/usr.sbin/newsyslog/newsyslog.c
==============================================================================
--- stable/8/usr.sbin/newsyslog/newsyslog.c     Sat May 11 00:04:17 2013        
(r250489)
+++ stable/8/usr.sbin/newsyslog/newsyslog.c     Sat May 11 00:05:05 2013        
(r250490)
@@ -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;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to