Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 02/18/2001 23:57:17
Module Name: basesrc
Committed By: bjh21
Date: Sun Feb 18 21:57:17 UTC 2001
Modified Files:
basesrc/regress/lib/libc: Makefile
Added Files:
basesrc/regress/lib/libc/rpc: Makefile Makefile.inc
basesrc/regress/lib/libc/rpc/xdr: Makefile xdrtest.c
Log Message:
Add a very, very simple test of XDR handling.
It just checks decoding of doubles, which NetBSD/arm32 seems to have got
wrong forever.
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 basesrc/regress/lib/libc/Makefile
cvs rdiff -r0 -r1.1 basesrc/regress/lib/libc/rpc/Makefile \
basesrc/regress/lib/libc/rpc/Makefile.inc
cvs rdiff -r0 -r1.1 basesrc/regress/lib/libc/rpc/xdr/Makefile \
basesrc/regress/lib/libc/rpc/xdr/xdrtest.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.