=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/find.h,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/find/find.h 1996/09/01 04:30:16 1.4 --- src/usr.bin/find/find.h 1996/09/01 04:56:26 1.5 *************** *** 1,4 **** ! /* * $OpenBSD: find.h,v 1.4 1996/09/01 04:30:16 tholo Exp $*/ /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. --- 1,4 ---- ! /* * $OpenBSD: find.h,v 1.5 1996/09/01 04:56:26 tholo Exp $*/ /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. *************** *** 40,49 **** /* node type */ enum ntype { N_AND = 1, /* must start > 0 */ ! N_ATIME, N_CLOSEPAREN, N_CTIME, N_DEPTH, N_EXEC, N_EXPR, N_FOLLOW, ! N_FSTYPE, N_GROUP, N_INUM, N_LINKS, N_LS, N_MAXDEPTH, N_MINDEPTH, ! N_MTIME, N_NAME, N_NEWER, N_NOGROUP, N_NOT, N_NOUSER, N_OK, ! N_OPENPAREN, N_OR, N_PATH, N_PERM, N_PRINT, N_PRINT0, N_PRUNE, N_SIZE, N_TYPE, N_USER, N_XDEV, }; --- 40,49 ---- /* node type */ enum ntype { N_AND = 1, /* must start > 0 */ ! N_ATIME, N_CLOSEPAREN, N_CTIME, N_DEPTH, N_EMPTY, N_EXEC, N_EXPR, ! N_FOLLOW, N_FSTYPE, N_GROUP, N_INUM, N_LINKS, N_LS, N_MAXDEPTH, ! N_MINDEPTH, N_MTIME, N_NAME, N_NEWER, N_NOGROUP, N_NOT, N_NOUSER, ! N_OK, N_OPENPAREN, N_OR, N_PATH, N_PERM, N_PRINT, N_PRINT0, N_PRUNE, N_SIZE, N_TYPE, N_USER, N_XDEV, };