summaryrefslogtreecommitdiffstats
path: root/usr.bin/find/find.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-09-14 12:47:13 +0000
committerru <ru@FreeBSD.org>2001-09-14 12:47:13 +0000
commit66b2cd14ab2bc1afb15b9049320d89fe9846e317 (patch)
treecd5ff906e7fac50993fc36ab98c35020c5e92c95 /usr.bin/find/find.h
parenta0f990cffc8a6c119a7ddaa6dd974ff436bce275 (diff)
downloadFreeBSD-src-66b2cd14ab2bc1afb15b9049320d89fe9846e317.zip
FreeBSD-src-66b2cd14ab2bc1afb15b9049320d89fe9846e317.tar.gz
Bloat find(1) even more, and introduce the concept
of time units to be used with -[acm]time primaries. Based on patch from Nils M Holm <nmh@t3x.org>. PR: bin/29165, bin/30309
Diffstat (limited to 'usr.bin/find/find.h')
-rw-r--r--usr.bin/find/find.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/find/find.h b/usr.bin/find/find.h
index b2c73c3..77b37a7 100644
--- a/usr.bin/find/find.h
+++ b/usr.bin/find/find.h
@@ -69,6 +69,7 @@ typedef struct _plandata *creat_f(struct _option *, char ***);
#define F_MTTYPE 0x00001000
#define F_MTUNKNOWN 0x00002000
#define F_IGNCASE 0x00010000 /* iname ipath iregex */
+#define F_EXACTTIME F_IGNCASE /* -[acm]time units syntax */
/* node definition */
typedef struct _plandata {
OpenPOWER on IntegriCloud