=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/which/which.c,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/which/which.c 2007/08/14 17:41:10 1.14 --- src/usr.bin/which/which.c 2009/10/27 23:59:50 1.15 *************** *** 1,4 **** ! /* $OpenBSD: which.c,v 1.14 2007/08/14 17:41:10 sobrado Exp $ */ /* * Copyright (c) 1997 Todd C. Miller --- 1,4 ---- ! /* $OpenBSD: which.c,v 1.15 2009/10/27 23:59:50 deraadt Exp $ */ /* * Copyright (c) 1997 Todd C. Miller *************** *** 15,24 **** * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ - - #ifndef lint - static const char rcsid[] = "$OpenBSD: which.c,v 1.14 2007/08/14 17:41:10 sobrado Exp $"; - #endif /* not lint */ #include #include --- 15,20 ----