diff options
author | bde <bde@FreeBSD.org> | 1998-11-29 10:08:27 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-11-29 10:08:27 +0000 |
commit | 40847d6be13cfd4827676f8b4ab0776d23a9189d (patch) | |
tree | 4f00b905949b13f9bad94cfd5cfb8d7b0d874062 /usr.bin/find | |
parent | a76d32989b22512656768f2a9aa7b9c0f359a31f (diff) | |
download | FreeBSD-src-40847d6be13cfd4827676f8b4ab0776d23a9189d.zip FreeBSD-src-40847d6be13cfd4827676f8b4ab0776d23a9189d.tar.gz |
Fixed disordering in previous commit.
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 b436ea1..cf2d959 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; |