summaryrefslogtreecommitdiffstats
path: root/bin/ln
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-08-16 05:14:49 +0000
committerimp <imp@FreeBSD.org>2000-08-16 05:14:49 +0000
commitd5e7ddb4c9afb1ed7e90d833b78c5af743901c57 (patch)
tree0f9ba032f259994437f00b5d86e145b2544a5f35 /bin/ln
parent5b09de97953ed09ac63da21661895834c1016cdd (diff)
downloadFreeBSD-src-d5e7ddb4c9afb1ed7e90d833b78c5af743901c57.zip
FreeBSD-src-d5e7ddb4c9afb1ed7e90d833b78c5af743901c57.tar.gz
Don't explicitly declare optarg and optind. These are declared in
unistd.h, which is already included.
Diffstat (limited to 'bin/ln')
-rw-r--r--bin/ln/ln.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/ln/ln.c b/bin/ln/ln.c
index 9ec1efc..686e031 100644
--- a/bin/ln/ln.c
+++ b/bin/ln/ln.c
@@ -71,7 +71,6 @@ main(argc, argv)
int argc;
char *argv[];
{
- extern int optind;
struct stat sb;
int ch, exitval;
char *p, *sourcedir;
OpenPOWER on IntegriCloud