diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-02 07:34:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-02 07:34:06 +0000 |
commit | 81bffeeaab8522951713b1d92166c2c877ceedc3 (patch) | |
tree | 95f51dd036cb6d9094d95488706762fc8414d115 /mansearch_const.c | |
parent | 52c0e9552d2c7c67a39132a9eb3dc5a876a7429e (diff) | |
download | src-81bffeeaab8522951713b1d92166c2c877ceedc3.tar.gz src-81bffeeaab8522951713b1d92166c2c877ceedc3.zip |
Notes
Diffstat (limited to 'mansearch_const.c')
-rw-r--r-- | mansearch_const.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mansearch_const.c b/mansearch_const.c index 1533f927d6e5..9ba8bc250ab3 100644 --- a/mansearch_const.c +++ b/mansearch_const.c @@ -1,4 +1,4 @@ -/* $Id: mansearch_const.c,v 1.5 2014/08/09 14:05:21 schwarze Exp $ */ +/* $Id: mansearch_const.c,v 1.6 2014/08/10 23:54:41 schwarze Exp $ */ /* * Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org> * @@ -14,11 +14,10 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #include <sys/types.h> + #include <stdint.h> #include "manpath.h" |