summaryrefslogtreecommitdiff
path: root/usr.bin/rup
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/rup')
-rw-r--r--usr.bin/rup/rup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/rup/rup.c b/usr.bin/rup/rup.c
index b916e9d23440..aeadfc56ef17 100644
--- a/usr.bin/rup/rup.c
+++ b/usr.bin/rup/rup.c
@@ -208,7 +208,6 @@ int
main(int argc, char *argv[])
{
int ch;
- extern int optind;
while ((ch = getopt(argc, argv, "?")) != -1)
switch (ch) {