diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2015-08-29 01:58:40 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2015-08-29 01:58:40 +0000 |
commit | dfe940125ae23485e068f05aa87e4c382b9141f7 (patch) | |
tree | 4a5b799c93828b9ff9a853d4c241f687a6d938a0 /sys/arch | |
parent | 48c74fa262d7185410118922c6b53c4cbbfc4d3c (diff) |
_NLIST_DO_ELF is no longer needed: it's the only option
ok deraadt@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/include/exec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/amd64/include/exec.h b/sys/arch/amd64/include/exec.h index 6f1164535eb..a16659e7bb0 100644 --- a/sys/arch/amd64/include/exec.h +++ b/sys/arch/amd64/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.6 2015/08/29 01:58:39 guenther Exp $ */ +/* $OpenBSD: exec.h,v 1.5 2015/08/29 01:58:39 guenther Exp $ */ /* * Written by Artur Grabowski <art@openbsd.org> Public Domain */ |