=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/function.c,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/find/function.c 1996/05/28 12:31:20 1.2 --- src/usr.bin/find/function.c 1996/06/25 20:48:31 1.3 *************** *** 36,42 **** #ifndef lint /*static char sccsid[] = "from: @(#)function.c 8.1 (Berkeley) 6/6/93";*/ ! static char rcsid[] = "$Id: function.c,v 1.2 1996/05/28 12:31:20 deraadt Exp $"; #endif /* not lint */ #include --- 36,42 ---- #ifndef lint /*static char sccsid[] = "from: @(#)function.c 8.1 (Berkeley) 6/6/93";*/ ! static char rcsid[] = "$Id: function.c,v 1.3 1996/06/25 20:48:31 deraadt Exp $"; #endif /* not lint */ #include *************** *** 876,884 **** switch (typestring[0]) { #ifdef S_IFWHT ! case 'W': ! mask = S_IFWHT; ! break; #endif case 'b': mask = S_IFBLK; --- 876,884 ---- switch (typestring[0]) { #ifdef S_IFWHT ! case 'W': ! mask = S_IFWHT; ! break; #endif case 'b': mask = S_IFBLK;