Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 11/15/1998 09:29:19
Module Name:	src
Committed By:	christos
Date:		Sun Nov 15 17:29:18 UTC 1998

Modified Files:
	src/lib/libc/rpc: clnt_tcp.c
Log Message:
Use a union again to make sure that we are aligned; this is not necessary
in this case, but makes the code easier to read, and avoids lint warnings.