Subject: CVS commit: src/usr.bin/rdist
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 12/18/2006 15:14:42
Module Name:	src
Committed By:	christos
Date:		Mon Dec 18 15:14:42 UTC 2006

Modified Files:
	src/usr.bin/rdist: docmd.c server.c

Log Message:
From Anon Ymous:
Convert "(void)&" constructs to "volatile".
Check gid against (gid_t)-1 rather than >= 0; gid_t is unsigned.
Flag some parameters __unused so this will compile with -Werror.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/usr.bin/rdist/docmd.c
cvs rdiff -r1.29 -r1.30 src/usr.bin/rdist/server.c

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