=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/find.c,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/find/find.c 2006/12/26 20:59:01 1.12 --- src/usr.bin/find/find.c 2007/05/10 09:00:18 1.13 *************** *** 1,4 **** ! /* $OpenBSD: find.c,v 1.12 2006/12/26 20:59:01 otto Exp $ */ /*- * Copyright (c) 1991, 1993 --- 1,4 ---- ! /* $OpenBSD: find.c,v 1.13 2007/05/10 09:00:18 jmc Exp $ */ /*- * Copyright (c) 1991, 1993 *************** *** 34,40 **** #ifndef lint /*static char sccsid[] = "from: @(#)find.c 8.1 (Berkeley) 6/6/93";*/ ! static char rcsid[] = "$OpenBSD: find.c,v 1.12 2006/12/26 20:59:01 otto Exp $"; #endif /* not lint */ #include --- 34,40 ---- #ifndef lint /*static char sccsid[] = "from: @(#)find.c 8.1 (Berkeley) 6/6/93";*/ ! static char rcsid[] = "$OpenBSD: find.c,v 1.13 2007/05/10 09:00:18 jmc Exp $"; #endif /* not lint */ #include *************** *** 156,162 **** PLAN *p; if (!(tree = fts_open(paths, ftsoptions, NULL))) ! err(1, "ftsopen"); sigfillset(&fullset); for (;;) { --- 156,162 ---- PLAN *p; if (!(tree = fts_open(paths, ftsoptions, NULL))) ! err(1, "fts_open"); sigfillset(&fullset); for (;;) {