summaryrefslogtreecommitdiffstats
path: root/usr.bin/find/find.h
diff options
context:
space:
mode:
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 c7366fa..5a465f1 100644
--- a/usr.bin/find/find.h
+++ b/usr.bin/find/find.h
@@ -74,6 +74,7 @@ typedef struct _plandata *creat_f(struct _option *, char ***);
#define F_EXECPLUS 0x00020000 /* -exec ... {} + */
#define F_TIME_B 0x00040000 /* one of -Btime, -Bnewer, -newerB* */
#define F_TIME2_B 0x00080000 /* one of -newer?B */
+#define F_LINK 0x00100000 /* lname or ilname */
/* node definition */
typedef struct _plandata {
OpenPOWER on IntegriCloud