Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc



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.




Home | Main Index | Thread Index | Old Index