=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/main.c,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/usr.bin/find/main.c 2003/09/26 22:22:26 1.17 --- src/usr.bin/find/main.c 2004/02/24 07:20:38 1.18 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.17 2003/09/26 22:22:26 tedu Exp $ */ /*- * Copyright (c) 1990, 1993 --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.18 2004/02/24 07:20:38 jmc Exp $ */ /*- * Copyright (c) 1990, 1993 *************** *** 31,37 **** #ifndef lint /*static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93";*/ ! static char rcsid[] = "$OpenBSD: main.c,v 1.17 2003/09/26 22:22:26 tedu Exp $"; #endif /* not lint */ #include --- 31,37 ---- #ifndef lint /*static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93";*/ ! static char rcsid[] = "$OpenBSD: main.c,v 1.18 2004/02/24 07:20:38 jmc Exp $"; #endif /* not lint */ #include *************** *** 141,146 **** usage(void) { (void)fprintf(stderr, ! "usage: find [-dHhLXxW] [-f file] file [...] [expression]\n"); exit(1); } --- 141,146 ---- usage(void) { (void)fprintf(stderr, ! "usage: find [-dHhLWXx] [-f file] file [...] [expression]\n"); exit(1); }