diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-11-15 02:14:11 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-11-15 02:14:11 +0000 |
commit | cfcbffd0bea14ac0f27a7f9a8fa3226a32b452bb (patch) | |
tree | 917dc558098300f4dfe026342555ed10b2412b46 /libexec | |
parent | 83fa2ccd4fffd67edf241ed3a2635d2fd808a9b0 (diff) |
ELF files have moved up a level
pointed out by deraadt@
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ld.so/boot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/boot.c b/libexec/ld.so/boot.c index 536f4f593b3..a28b660174e 100644 --- a/libexec/ld.so/boot.c +++ b/libexec/ld.so/boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.c,v 1.3 2014/08/19 10:01:50 uebayasi Exp $ */ +/* $OpenBSD: boot.c,v 1.4 2014/11/15 02:14:10 guenther Exp $ */ /* * Copyright (c) 1998 Per Fogelstrom, Opsycon AB @@ -51,7 +51,7 @@ #include "stdlib.h" #include "dl_prebind.h" -#include "../../lib/csu/common_elf/os-note-elf.h" +#include "../../lib/csu/os-note-elf.h" /* * Local decls. |