From d13a028d3d91883f7904f1da506602a7585990de Mon Sep 17 00:00:00 2001 From: wosch Date: Sun, 29 Nov 1998 00:54:21 +0000 Subject: Added a sort option to find(1). The sort option make it possible to build the locate database without large (usually 20-100MB) temp files. --- usr.bin/find/extern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/find/extern.h') diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h index a11183d..b436ea1 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; +extern int ftsoptions, isdeprecated, isdepth, isoutput, isxargs, issort; -- cgit v1.1