do not require <a.out.h>
authorderaadt <deraadt@openbsd.org>
Sun, 18 Jan 2015 04:48:24 +0000 (04:48 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 18 Jan 2015 04:48:24 +0000 (04:48 +0000)
libexec/ld.so/ldconfig/ldconfig.c
libexec/ld.so/ldconfig/shlib.c
sbin/newfs/mkfs.c
usr.sbin/kvm_mkdb/nlist.c

index 34ea75b..f007002 100644 (file)
@@ -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>
index 17ba7c4..c38046c 100644 (file)
@@ -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>
index a36b694..7e065c5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: mkfs.c,v 1.87 2015/01/16 06:40:00 deraadt Exp $       */
+/*     $OpenBSD: mkfs.c,v 1.88 2015/01/18 04:48:24 deraadt Exp $       */
 /*     $NetBSD: mkfs.c,v 1.25 1995/06/18 21:35:38 cgd Exp $    */
 
 /*
@@ -60,7 +60,6 @@
 #include <limits.h>
 
 #ifndef STANDALONE
-#include <a.out.h>
 #include <stdio.h>
 #include <errno.h>
 #endif
index 841bab9..e2f534f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: nlist.c,v 1.46 2015/01/16 06:40:17 deraadt Exp $      */
+/*     $OpenBSD: nlist.c,v 1.47 2015/01/18 04:48:24 deraadt Exp $      */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -31,7 +31,6 @@
 
 #include <sys/types.h>
 
-#include <a.out.h>
 #include <db.h>
 #include <err.h>
 #include <errno.h>