diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h index b436ea1e0a9..cf2d959d5bd 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;