]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - find/find.h
shell_cmds-149.tar.gz
[apple/shell_cmds.git] / find / find.h
index 6a8bc437f129dd90a4426a907e705a003c04c9a9..a37a613f3bf55806a030a3faeaea10d02cbf7a0a 100644 (file)
@@ -34,7 +34,7 @@
  * SUCH DAMAGE.
  *
  *     @(#)find.h      8.1 (Berkeley) 6/6/93
- *     $FreeBSD: src/usr.bin/find/find.h,v 1.19 2006/05/14 20:23:01 krion Exp $
+ *     $FreeBSD: src/usr.bin/find/find.h,v 1.20 2008/02/23 16:29:04 imp Exp $
  */
 
 #include <regex.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 {