summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-01-18 04:48:25 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-01-18 04:48:25 +0000
commit8412d0d6811045a3823f2c6ffaf86b66ef45b973 (patch)
treef3c2638f25cd8a04630d220a5bdec442756c6aa8 /libexec
parentd4b4b7c3279b262b30f99eb6f216d6d962464aa1 (diff)
do not require <a.out.h>
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ld.so/ldconfig/ldconfig.c3
-rw-r--r--libexec/ld.so/ldconfig/shlib.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/libexec/ld.so/ldconfig/ldconfig.c b/libexec/ld.so/ldconfig/ldconfig.c
index 34ea75b8865..f007002a0d3 100644
--- a/libexec/ld.so/ldconfig/ldconfig.c
+++ b/libexec/ld.so/ldconfig/ldconfig.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldconfig.c,v 1.33 2015/01/16 16:18:07 deraadt Exp $ */
+/* $OpenBSD: ldconfig.c,v 1.34 2015/01/18 04:48:24 deraadt Exp $ */
/*
* Copyright (c) 1993,1995 Paul Kranenburg
@@ -43,7 +43,6 @@
#include <fcntl.h>
#include <ar.h>
#include <ranlib.h>
-#include <a.out.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/libexec/ld.so/ldconfig/shlib.c b/libexec/ld.so/ldconfig/shlib.c
index 17ba7c4669e..c38046c0c8f 100644
--- a/libexec/ld.so/ldconfig/shlib.c
+++ b/libexec/ld.so/ldconfig/shlib.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: shlib.c,v 1.10 2015/01/16 16:18:07 deraadt Exp $ */
+/* $OpenBSD: shlib.c,v 1.11 2015/01/18 04:48:24 deraadt Exp $ */
/* $NetBSD: shlib.c,v 1.13 1998/04/04 01:00:29 fvdl Exp $ */
/*
@@ -37,7 +37,6 @@
#include <sys/file.h>
#include <sys/time.h>
#include <ranlib.h>
-#include <a.out.h>
#include <ctype.h>
#include <dirent.h>
#include <err.h>