diff options
| -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; |
