Subject: CVS commit: src/usr.sbin/ac
To: None <source-changes@NetBSD.org>
From: John Nemeth <jnemeth@netbsd.org>
List: source-changes
Date: 05/26/2006 02:16:17
Module Name:	src
Committed By:	jnemeth
Date:		Fri May 26 02:16:17 UTC 2006

Modified Files:
	src/usr.sbin/ac: ac.c

Log Message:
Remove redundant check for end of list wrapping around on itself.
It this were to actually happen, then others parts would go into
infinite loop.  Also, fix KNF.  Found while checking Coverity
CID 3784.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/usr.sbin/ac/ac.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.