=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/extern.h,v retrieving revision 1.20 retrieving revision 1.21 diff -c -r1.20 -r1.21 *** src/usr.bin/find/extern.h 2015/01/19 15:30:52 1.20 --- src/usr.bin/find/extern.h 2015/10/05 15:25:16 1.21 *************** *** 1,4 **** ! /* $OpenBSD: extern.h,v 1.20 2015/01/19 15:30:52 krw Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. --- 1,4 ---- ! /* $OpenBSD: extern.h,v 1.21 2015/10/05 15:25:16 deraadt Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. *************** *** 88,90 **** --- 88,91 ---- PLAN *c_or(char *, char ***, int); extern int ftsoptions, isdepth, isoutput, isxargs; + extern int mayexecve;