summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-12-11 04:25:21 +0000
committerTim Potter <tpot@samba.org>2001-12-11 04:25:21 +0000
commit4589265bb00c8ecd1b8fe135e8aaf94b8f1f6a95 (patch)
tree1f62d00951e672fbacae6627d217c36c9058c0ab /source3/utils
parent6a60668fe2e2c47f27716f238113b099da3859d7 (diff)
downloadsamba-4589265bb00c8ecd1b8fe135e8aaf94b8f1f6a95.tar.gz
samba-4589265bb00c8ecd1b8fe135e8aaf94b8f1f6a95.tar.bz2
samba-4589265bb00c8ecd1b8fe135e8aaf94b8f1f6a95.zip
Removed unreferenced getopt() externals.
(This used to be commit c87d1ad32114200d3e678f8de88874c737f8e571)
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/net.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c
index 23250552ee..dab68ebefe 100644
--- a/source3/utils/net.c
+++ b/source3/utils/net.c
@@ -56,8 +56,6 @@
/* end of internationalization section */
/************************************************************************************/
-extern int optind, opterr, optopt;
-
/* Yes, these buggers are globals.... */
char *opt_requester_name = NULL;
char *opt_host = NULL;