Subject: CVS commit: src/usr.sbin/bootp
To: None <source-changes@NetBSD.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 03/10/2007 00:16:51
Module Name:	src
Committed By:	hubertf
Date:		Sat Mar 10 00:16:51 UTC 2007

Modified Files:
	src/usr.sbin/bootp/bootptest: trygetea.c
	src/usr.sbin/bootp/common: trygetif.c

Log Message:
 - Remove unused ctype.h header
 - Remove unused debug and progname variables
 - Use return instead of exit() for quiting at end of main()
 - Print errors to stderr instead of stdout

From: Slava Semushin <php-coder@altlinux.ru>


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/usr.sbin/bootp/bootptest/trygetea.c
cvs rdiff -r1.5 -r1.6 src/usr.sbin/bootp/common/trygetif.c

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