summaryrefslogtreecommitdiffstats
path: root/usr.bin/find/find.h
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2000-06-12 11:12:41 +0000
committerroberto <roberto@FreeBSD.org>2000-06-12 11:12:41 +0000
commitc88f0b2a324fd8037931b79f16e210f404280271 (patch)
tree0bc4fc0ea4650f72cd168363e297c8434da1874e /usr.bin/find/find.h
parent4700b95df2b7132536328b616ed11b6fb0f06812 (diff)
downloadFreeBSD-src-c88f0b2a324fd8037931b79f16e210f404280271.zip
FreeBSD-src-c88f0b2a324fd8037931b79f16e210f404280271.tar.gz
This patch adds the -mindepth and -maxdepth options to find(1), which
behave as in GNU find (and of course as described in the manual page diff included). I think these options would be useful for some people. Some missing $FreeBSD$ tags are also added. The patch was slightly modified (send-pr mangling of TABS). PR: bin/18941 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
Diffstat (limited to 'usr.bin/find/find.h')
-rw-r--r--usr.bin/find/find.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/find/find.h b/usr.bin/find/find.h
index 36a9193..35aadac 100644
--- a/usr.bin/find/find.h
+++ b/usr.bin/find/find.h
@@ -46,7 +46,7 @@ enum ntype {
N_MTIME, N_NAME,
N_NEWER, N_NOGROUP, N_NOT, N_NOUSER, N_OK, N_OPENPAREN, N_OR, N_PATH,
N_PERM, N_PRINT, N_PRUNE, N_SIZE, N_TYPE, N_USER, N_XDEV,
- N_PRINT0, N_DELETE
+ N_PRINT0, N_DELETE, N_MAXDEPTH, N_MINDEPTH
};
/* node definition */
OpenPOWER on IntegriCloud