diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-06-26 18:28:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-06-26 18:28:35 +0000 |
commit | bb6e8ca30a0c8fab107d8f3d0ebeee6716ca365f (patch) | |
tree | 54a8215a557f3408c462774619e3eaed69f0a927 /sunrpc/Makefile | |
parent | 35f1e82763326f196fd068e92343643d8ed54ee3 (diff) | |
download | glibc-bb6e8ca30a0c8fab107d8f3d0ebeee6716ca365f.tar glibc-bb6e8ca30a0c8fab107d8f3d0ebeee6716ca365f.tar.gz glibc-bb6e8ca30a0c8fab107d8f3d0ebeee6716ca365f.tar.bz2 glibc-bb6e8ca30a0c8fab107d8f3d0ebeee6716ca365f.zip |
* nscd/nscd_stat.c (receive_print_stats): Replace YESSTR/NOSTR
with own translation.
* sunrpc/xdr.c (xdr_hyper, xdr_u_hyper): When decoding, cast
t2 to uint32_t instead of ulong.
* sunrpc/Makefile (tests): Add tst-xdrmem.
* sunrpc/tst-xdrmem.c: New test.
Diffstat (limited to 'sunrpc/Makefile')
-rw-r--r-- | sunrpc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sunrpc/Makefile b/sunrpc/Makefile index 4a2c60eab4..bc826affdd 100644 --- a/sunrpc/Makefile +++ b/sunrpc/Makefile @@ -85,6 +85,7 @@ all: # Make this the default target; it will be defined in Rules. include ../Makeconfig +tests = tst-xdrmem xtests := tst-getmyaddr ifeq ($(have-thread-library),yes) |