diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-07-09 06:57:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-07-09 06:57:46 +0000 |
commit | 5e18c2b7bf584f7defb8b73f3e0a4843e3da9bbc (patch) | |
tree | d0465cd6e1cbbd6344562de8dd7480b043ae0fc2 /lib/libc/gen/nlist.c | |
parent | 89da542295094c69854c9bfec672d7f26cb8e581 (diff) |
a first pass at -Wall
Diffstat (limited to 'lib/libc/gen/nlist.c')
-rw-r--r-- | lib/libc/gen/nlist.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/gen/nlist.c b/lib/libc/gen/nlist.c index bf3e803267d..bad454b25c6 100644 --- a/lib/libc/gen/nlist.c +++ b/lib/libc/gen/nlist.c @@ -32,7 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: nlist.c,v 1.39 2001/05/11 12:51:23 art Exp $"; +static char rcsid[] = "$OpenBSD: nlist.c,v 1.40 2001/07/09 06:57:43 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> @@ -429,7 +429,6 @@ __elf_fdnlist(fd, list) continue; for (p = list; !ISLAST(p); p++) { char *sym; - int again = 0; /* * First we check for the symbol as it was |