=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/option.c,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/find/option.c 1999/12/04 22:42:32 1.9 --- src/usr.bin/find/option.c 2000/06/07 15:25:00 1.10 *************** *** 1,4 **** ! /* $OpenBSD: option.c,v 1.9 1999/12/04 22:42:32 millert Exp $ */ /*- * Copyright (c) 1990, 1993 --- 1,4 ---- ! /* $OpenBSD: option.c,v 1.10 2000/06/07 15:25:00 deraadt Exp $ */ /*- * Copyright (c) 1990, 1993 *************** *** 38,44 **** #ifndef lint /*static char sccsid[] = "from: @(#)option.c 8.1 (Berkeley) 6/6/93";*/ ! static char rcsid[] = "$OpenBSD: option.c,v 1.9 1999/12/04 22:42:32 millert Exp $"; #endif /* not lint */ #include --- 38,44 ---- #ifndef lint /*static char sccsid[] = "from: @(#)option.c 8.1 (Berkeley) 6/6/93";*/ ! static char rcsid[] = "$OpenBSD: option.c,v 1.10 2000/06/07 15:25:00 deraadt Exp $"; #endif /* not lint */ #include *************** *** 59,66 **** { ")", N_CLOSEPAREN, c_closeparen, O_ZERO }, { "-a", N_AND, NULL, O_NONE }, { "-amin", N_AMIN, c_amin, O_ARGV }, - { "-anewer", N_ANEWER, c_anewer, O_ARGV }, { "-and", N_AND, NULL, O_NONE }, { "-atime", N_ATIME, c_atime, O_ARGV }, { "-cmin", N_CMIN, c_cmin, O_ARGV }, { "-cnewer", N_CNEWER, c_cnewer, O_ARGV }, --- 59,66 ---- { ")", N_CLOSEPAREN, c_closeparen, O_ZERO }, { "-a", N_AND, NULL, O_NONE }, { "-amin", N_AMIN, c_amin, O_ARGV }, { "-and", N_AND, NULL, O_NONE }, + { "-anewer", N_ANEWER, c_anewer, O_ARGV }, { "-atime", N_ATIME, c_atime, O_ARGV }, { "-cmin", N_CMIN, c_cmin, O_ARGV }, { "-cnewer", N_CNEWER, c_cnewer, O_ARGV },