Subject: CVS commit: src/usr.sbin/inetd
To: None <source-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: source-changes
Date: 01/02/2007 16:00:46
Module Name: src
Committed By: rillig
Date: Tue Jan 2 16:00:46 UTC 2007
Modified Files:
src/usr.sbin/inetd: inetd.c
Log Message:
Fixed gcc warnings about comparison between signed and unsigned, as well
as one case where a variable had been used for two different purposes
(which also required different types).
To generate a diff of this commit:
cvs rdiff -r1.101 -r1.102 src/usr.sbin/inetd/inetd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.