diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-11-29 10:08:27 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-11-29 10:08:27 +0000 |
| commit | 792ca910ad227994404fd6f1b73100f0cdbf7dd0 (patch) | |
| tree | 7900b86921da129d94c79ec8d5b485cf344afa84 /usr.bin/find | |
| parent | 672be20b9fcc2ce221fcf671e2b5c41531105005 (diff) | |
Notes
Diffstat (limited to 'usr.bin/find')
| -rw-r--r-- | usr.bin/find/extern.h | 2 |
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; |
