getopt(3) is declared in <unistd.h>, and <getopt.h> is not needed;
authorschwarze <schwarze@openbsd.org>
Sat, 9 Jul 2016 15:23:36 +0000 (15:23 +0000)
committerschwarze <schwarze@openbsd.org>
Sat, 9 Jul 2016 15:23:36 +0000 (15:23 +0000)
from Joerg Sonnenberger via Thomas Klausner, NetBSD.

usr.bin/mandoc/mandocdb.c
usr.bin/mandoc/mansearch.c

index 32b1849..8ac8bf4 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: mandocdb.c,v 1.169 2016/03/15 20:50:23 krw Exp $ */
+/*     $OpenBSD: mandocdb.c,v 1.170 2016/07/09 15:23:36 schwarze Exp $ */
 /*
  * Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2011-2016 Ingo Schwarze <schwarze@openbsd.org>
@@ -25,7 +25,6 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <fts.h>
-#include <getopt.h>
 #include <limits.h>
 #include <stddef.h>
 #include <stdio.h>
index ad1669c..e40fd1c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: mansearch.c,v 1.49 2016/01/08 15:01:58 schwarze Exp $ */
+/*     $OpenBSD: mansearch.c,v 1.50 2016/07/09 15:23:36 schwarze Exp $ */
 /*
  * Copyright (c) 2012 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2013, 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -23,7 +23,6 @@
 #include <err.h>
 #include <errno.h>
 #include <fcntl.h>
-#include <getopt.h>
 #include <glob.h>
 #include <limits.h>
 #include <regex.h>