Subject: CVS commit: src/usr.bin/rpcgen
To: None <source-changes@NetBSD.org>
From: David A. Holland <dholland@netbsd.org>
List: source-changes
Date: 01/12/2008 05:49:46
Module Name:	src
Committed By:	dholland
Date:		Sat Jan 12 05:49:46 UTC 2008

Modified Files:
	src/usr.bin/rpcgen: rpc_main.c

Log Message:
sizeof(char) is always 1. Conversely, however, CHAR_BIT is not always 8.
reviewed: mrg


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/usr.bin/rpcgen/rpc_main.c

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