=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/fts.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/include/fts.h 1997/09/21 10:45:34 1.3 +++ src/include/fts.h 1999/10/03 19:22:22 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: fts.h,v 1.3 1997/09/21 10:45:34 niklas Exp $ */ +/* $OpenBSD: fts.h,v 1.4 1999/10/03 19:22:22 millert Exp $ */ /* $NetBSD: fts.h,v 1.5 1994/12/28 01:41:50 mycroft Exp $ */ /* @@ -58,8 +58,7 @@ #define FTS_SEEDOT 0x0020 /* return dot and dot-dot */ #define FTS_XDEV 0x0040 /* don't cross devices */ #define FTS_WHITEOUT 0x0080 /* return whiteout information */ -#define FTS_CHDIRROOT 0x0100 /* chdir to root of tree not orig cwd */ -#define FTS_OPTIONMASK 0x0fff /* valid user option mask */ +#define FTS_OPTIONMASK 0x00ff /* valid user option mask */ #define FTS_NAMEONLY 0x1000 /* (private) child names only */ #define FTS_STOP 0x2000 /* (private) unrecoverable error */