From: deraadt Date: Sun, 18 Jan 2015 04:48:24 +0000 (+0000) Subject: do not require X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b97824d74ce82d1c764d955347edb2fe7cde50ed;p=openbsd do not require --- 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 #include #include -#include #include #include #include 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 #include #include -#include #include #include #include diff --git a/sbin/newfs/mkfs.c b/sbin/newfs/mkfs.c index a36b694fa7d..7e065c5c2f4 100644 --- a/sbin/newfs/mkfs.c +++ b/sbin/newfs/mkfs.c @@ -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 #ifndef STANDALONE -#include #include #include #endif diff --git a/usr.sbin/kvm_mkdb/nlist.c b/usr.sbin/kvm_mkdb/nlist.c index 841bab91902..e2f534f7458 100644 --- a/usr.sbin/kvm_mkdb/nlist.c +++ b/usr.sbin/kvm_mkdb/nlist.c @@ -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 -#include #include #include #include