aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/find
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-11-29 10:08:27 +0000
committerBruce Evans <bde@FreeBSD.org>1998-11-29 10:08:27 +0000
commit792ca910ad227994404fd6f1b73100f0cdbf7dd0 (patch)
tree7900b86921da129d94c79ec8d5b485cf344afa84 /usr.bin/find
parent672be20b9fcc2ce221fcf671e2b5c41531105005 (diff)
Notes
Diffstat (limited to 'usr.bin/find')
-rw-r--r--usr.bin/find/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h
index b436ea1e0a90..cf2d959d5bdf 100644
--- a/usr.bin/find/extern.h
+++ b/usr.bin/find/extern.h
@@ -83,4 +83,4 @@ PLAN *c_mtime __P((char *));
PLAN *c_not __P((void));
PLAN *c_or __P((void));
-extern int ftsoptions, isdeprecated, isdepth, isoutput, isxargs, issort;
+extern int ftsoptions, isdeprecated, isdepth, isoutput, issort, isxargs;