summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/nlist.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-06-12 15:02:03 +0000
committerpeter <peter@FreeBSD.org>1998-06-12 15:02:03 +0000
commit7eb39bf3d30f7c508cfa5942b77eb7545e14d388 (patch)
tree84f4d5d3c8463472d4a4e011e39a9600b1f4cedf /lib/libc/gen/nlist.c
parent526d5b8cd74e7840bf26f1f12498f31a742cec47 (diff)
downloadFreeBSD-src-7eb39bf3d30f7c508cfa5942b77eb7545e14d388.zip
FreeBSD-src-7eb39bf3d30f7c508cfa5942b77eb7545e14d388.tar.gz
Make nlist() understand elf unconditionally
Diffstat (limited to 'lib/libc/gen/nlist.c')
-rw-r--r--lib/libc/gen/nlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/gen/nlist.c b/lib/libc/gen/nlist.c
index 3100a12..42ff534 100644
--- a/lib/libc/gen/nlist.c
+++ b/lib/libc/gen/nlist.c
@@ -47,6 +47,7 @@ static char sccsid[] = "@(#)nlist.c 8.1 (Berkeley) 6/4/93";
#include <unistd.h>
#define _NLIST_DO_AOUT
+#define _NLIST_DO_ELF
#ifdef _NLIST_DO_ELF
#include <elf.h>
OpenPOWER on IntegriCloud