From 6873f5c70648a7d05c58277e9e8e076460a01a4c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 22 Mar 2004 10:53:16 +0000 Subject: Update. 2004-03-22 Joseph S. Myers * sunrpc/rpc/xdr.h (IXDR_GET_LONG, IXDR_PUT_LONG): Do not use casts as lvalues. 2004-03-22 Andreas Jaeger * elf/tst-dlmodcount.c (unload): Remove unused variable. * misc/tst-mntent.c (main): Use tmpfile instead of tmpnam. --- elf/tst-dlmodcount.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'elf/tst-dlmodcount.c') diff --git a/elf/tst-dlmodcount.c b/elf/tst-dlmodcount.c index b48ed0e2ae..9a1b6b9ab6 100644 --- a/elf/tst-dlmodcount.c +++ b/elf/tst-dlmodcount.c @@ -85,8 +85,6 @@ load (const char *path) static void unload (const char *path, void *handle) { - int ret; - printf ("unloading `%s'\n", path); if (dlclose (handle) < 0) exit (2); -- cgit v1.2.3