diff options
author | Tim Potter <tpot@samba.org> | 2001-12-11 04:25:21 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-12-11 04:25:21 +0000 |
commit | 4589265bb00c8ecd1b8fe135e8aaf94b8f1f6a95 (patch) | |
tree | 1f62d00951e672fbacae6627d217c36c9058c0ab | |
parent | 6a60668fe2e2c47f27716f238113b099da3859d7 (diff) | |
download | samba-4589265bb00c8ecd1b8fe135e8aaf94b8f1f6a95.tar.gz samba-4589265bb00c8ecd1b8fe135e8aaf94b8f1f6a95.tar.bz2 samba-4589265bb00c8ecd1b8fe135e8aaf94b8f1f6a95.zip |
Removed unreferenced getopt() externals.
(This used to be commit c87d1ad32114200d3e678f8de88874c737f8e571)
-rw-r--r-- | source3/utils/net.c | 2 |
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; |