aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/find/option.c
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>1999-12-19 15:43:19 +0000
committerOllivier Robert <roberto@FreeBSD.org>1999-12-19 15:43:19 +0000
commit567664c4a7534c7e998249b59cba10d5395c9086 (patch)
treee7fc8a14c1bf4e19c102300d5664d480d37d91f5 /usr.bin/find/option.c
parent27d5775d8c80020580ed23459ed3ec1c3fedc34d (diff)
downloadsrc-567664c4a7534c7e998249b59cba10d5395c9086.tar.gz
src-567664c4a7534c7e998249b59cba10d5395c9086.zip
Second part of bin/3648: add -flags to search for specific flags.
I added $FreeBSD$ whicle I was here. The patch wasn't usable anymore due to its age so I adapted it. PR: bin/3648 Submitted by: Martin Birgmeier <mbirg@austria.ds.philips.com>
Notes
Notes: svn path=/head/; revision=54828
Diffstat (limited to 'usr.bin/find/option.c')
-rw-r--r--usr.bin/find/option.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/find/option.c b/usr.bin/find/option.c
index c6cb12ef1297..b1ebd4583cdc 100644
--- a/usr.bin/find/option.c
+++ b/usr.bin/find/option.c
@@ -70,6 +70,7 @@ static OPTION const options[] = {
{ "-depth", N_DEPTH, c_depth, O_ZERO },
{ "-exec", N_EXEC, c_exec, O_ARGVP },
{ "-execdir", N_EXECDIR, c_execdir, O_ARGVP },
+ { "-flags", N_FLAGS, c_flags, O_ARGV },
{ "-follow", N_FOLLOW, c_follow, O_ZERO },
/*