diff options
Diffstat (limited to 'include/elf-hints.h')
-rw-r--r-- | include/elf-hints.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/elf-hints.h b/include/elf-hints.h index 679cc34e249e..a4fca04ed309 100644 --- a/include/elf-hints.h +++ b/include/elf-hints.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 1997 John D. Polstra. * All rights reserved. @@ -24,8 +24,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #ifndef _ELF_HINTS_H_ @@ -47,6 +45,8 @@ struct elfhints_hdr { #define ELFHINTS_MAGIC 0x746e6845 +#ifndef _PATH_ELF_HINTS #define _PATH_ELF_HINTS "/var/run/ld-elf.so.hints" +#endif #endif /* !_ELF_HINTS_H_ */ |