summaryrefslogtreecommitdiffstats
path: root/sys/sys/imgact_elf.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2008-12-17 16:54:29 +0000
committerpeter <peter@FreeBSD.org>2008-12-17 16:54:29 +0000
commit35932c6d7c86ff915951ebb0d8224d6d48460bd8 (patch)
tree0ad797542509ca6810a96d2776b4e35670553a8d /sys/sys/imgact_elf.h
parent0ca2a78030c8d97f83c1266c27a283699e83e7a5 (diff)
downloadFreeBSD-src-35932c6d7c86ff915951ebb0d8224d6d48460bd8.zip
FreeBSD-src-35932c6d7c86ff915951ebb0d8224d6d48460bd8.tar.gz
Remove sysctl debug.elf_trace and the trace field in auxargs. They go
nowhere. It used to be the equivalent of $LD_DEBUG in rtld-elf. Elf_Auxargs is an internal structure.
Diffstat (limited to 'sys/sys/imgact_elf.h')
-rw-r--r--sys/sys/imgact_elf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/imgact_elf.h b/sys/sys/imgact_elf.h
index 663a090..ec1d638 100644
--- a/sys/sys/imgact_elf.h
+++ b/sys/sys/imgact_elf.h
@@ -52,7 +52,6 @@ typedef struct {
Elf_Size base;
Elf_Size flags;
Elf_Size entry;
- Elf_Size trace;
} __ElfN(Auxargs);
typedef struct {
OpenPOWER on IntegriCloud