summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2002-09-04 21:16:51 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2002-09-04 21:16:51 +0000
commit2698bbe2da8b032a3b3a5d58f9955fcae36df633 (patch)
tree5270228b401dc7defa34379e432468309e5dce6d
parentef21d92fcff0f53e9c61a15699333f6d3bdbcf8f (diff)
Notes
-rw-r--r--usr.bin/catman/catman.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/catman/catman.c b/usr.bin/catman/catman.c
index f600b3c4679c..ff536663840e 100644
--- a/usr.bin/catman/catman.c
+++ b/usr.bin/catman/catman.c
@@ -730,7 +730,6 @@ int
main(int argc, char **argv)
{
int opt;
- extern int optind;
if ((uid = getuid()) == 0) {
fprintf(stderr, "don't run %s as root, use:\n echo", argv[0]);