Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/01/1999 10:34:24
Module Name:	basesrc
Committed By:	thorpej
Date:		Wed Dec  1 18:34:23 UTC 1999

Modified Files:
	basesrc/include/rpc: xdr.h
	basesrc/lib/libc/include: namespace.h
	basesrc/lib/libc/rpc: xdr.c

Log Message:
Implement XDR routines for 64-bit integer data types:
- xdr_int64_t(), xdr_u_int64_t(), per NetBSD convention.
- xdr_hyper(), xdr_u_hyper(), xdr_longlong_t(), xdr_u_longlong_t(), a'la
  Solaris, implemented in terms of the above.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 basesrc/include/rpc/xdr.h
cvs rdiff -r1.41 -r1.42 basesrc/lib/libc/include/namespace.h
cvs rdiff -r1.18 -r1.19 basesrc/lib/libc/rpc/xdr.c

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