diff options
| author | 2016-12-25 20:30:41 +0000 | |
|---|---|---|
| committer | 2016-12-25 20:30:41 +0000 | |
| commit | ed928af3c9673febb8506eea219dc79bdd9e9c22 (patch) | |
| tree | 3a9e21e2d6fdd4751016f387d28961d5e7c2a038 /lib/libc | |
| parent | Add missing functions d2i_PublicKey(3) and i2d_PublicKey(3) (diff) | |
| download | wireguard-openbsd-ed928af3c9673febb8506eea219dc79bdd9e9c22.tar.xz wireguard-openbsd-ed928af3c9673febb8506eea219dc79bdd9e9c22.zip | |
gcc says "if you define labels and don't use them, I will whine."
ok tom@
Diffstat (limited to 'lib/libc')
| -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 fa966ac8b24..f4dae6eb32c 100644 --- a/lib/libc/gen/nlist.c +++ b/lib/libc/gen/nlist.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nlist.c,v 1.67 2016/09/21 04:38:56 guenther Exp $ */ +/* $OpenBSD: nlist.c,v 1.68 2016/12/25 20:30:41 krw Exp $ */ /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -279,7 +279,6 @@ __fdnlist(int fd, struct nlist *list) } } } -elf_done: if (usemalloc) free(strtab); else |
