summaryrefslogtreecommitdiffstats
path: root/bin/pax/getoldopt.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2015-06-05 00:39:34 +0000
committerdelphij <delphij@FreeBSD.org>2015-06-05 00:39:34 +0000
commit56a4d3de604e2e9d417d3461b8409c3f482da228 (patch)
tree1ec64ed8659cfbf426171a249c33acc83cd19f54 /bin/pax/getoldopt.c
parentca4dbe2f75e746538b0739d923ac9fe5d962681b (diff)
downloadFreeBSD-src-56a4d3de604e2e9d417d3461b8409c3f482da228.zip
FreeBSD-src-56a4d3de604e2e9d417d3461b8409c3f482da228.tar.gz
MFC r283257:
Eliminate unneeded includes.
Diffstat (limited to 'bin/pax/getoldopt.c')
-rw-r--r--bin/pax/getoldopt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/pax/getoldopt.c b/bin/pax/getoldopt.c
index 2871721..838ff54 100644
--- a/bin/pax/getoldopt.c
+++ b/bin/pax/getoldopt.c
@@ -19,8 +19,7 @@ __FBSDID("$FreeBSD$");
#include <string.h>
#include <unistd.h>
-#include "pax.h"
-#include "extern.h"
+int getoldopt(int, char **, const char *);
int
getoldopt(int argc, char **argv, const char *optstring)
OpenPOWER on IntegriCloud