summaryrefslogtreecommitdiffstats
path: root/usr.bin/find/extern.h
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1998-11-29 00:54:21 +0000
committerwosch <wosch@FreeBSD.org>1998-11-29 00:54:21 +0000
commitd13a028d3d91883f7904f1da506602a7585990de (patch)
tree34fdcb14518f32cb2556ae8ef2c24cedb9653bdc /usr.bin/find/extern.h
parent083b0d7688fa9abeb57de744e997044767be0259 (diff)
downloadFreeBSD-src-d13a028d3d91883f7904f1da506602a7585990de.zip
FreeBSD-src-d13a028d3d91883f7904f1da506602a7585990de.tar.gz
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.
Diffstat (limited to 'usr.bin/find/extern.h')
-rw-r--r--usr.bin/find/extern.h2
1 files changed, 1 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud