diff options
author | Andreas Jaeger <aj@suse.de> | 2004-03-22 10:53:16 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2004-03-22 10:53:16 +0000 |
commit | 6873f5c70648a7d05c58277e9e8e076460a01a4c (patch) | |
tree | 170b04683679f235845142db4f164e3498d509c7 /elf/tst-dlmodcount.c | |
parent | ba6088cf1fb9a38d04368e3db924236736d555d8 (diff) | |
download | glibc-6873f5c70648a7d05c58277e9e8e076460a01a4c.tar glibc-6873f5c70648a7d05c58277e9e8e076460a01a4c.tar.gz glibc-6873f5c70648a7d05c58277e9e8e076460a01a4c.tar.bz2 glibc-6873f5c70648a7d05c58277e9e8e076460a01a4c.zip |
Update.
2004-03-22 Joseph S. Myers <jsm@polyomino.org.uk>
* sunrpc/rpc/xdr.h (IXDR_GET_LONG, IXDR_PUT_LONG): Do not use
casts as lvalues.
2004-03-22 Andreas Jaeger <aj@suse.de>
* elf/tst-dlmodcount.c (unload): Remove unused variable.
* misc/tst-mntent.c (main): Use tmpfile instead of tmpnam.
Diffstat (limited to 'elf/tst-dlmodcount.c')
-rw-r--r-- | elf/tst-dlmodcount.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |