From owner-cvs-src-old@FreeBSD.ORG Sun Feb 14 12:08:56 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9821D1065763 for ; Sun, 14 Feb 2010 12:08:56 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6D9D38FC1A for ; Sun, 14 Feb 2010 12:08:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o1EC8uU2011803 for ; Sun, 14 Feb 2010 12:08:56 GMT (envelope-from gavin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o1EC8u4b011802 for cvs-src-old@freebsd.org; Sun, 14 Feb 2010 12:08:56 GMT (envelope-from gavin@repoman.freebsd.org) Message-Id: <201002141208.o1EC8u4b011802@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gavin@repoman.freebsd.org using -f From: Gavin Atkinson Date: Sun, 14 Feb 2010 12:08:44 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/find function.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2010 12:08:56 -0000 gavin 2010-02-14 12:08:44 UTC FreeBSD src repository Modified files: usr.bin/find function.c Log: SVN rev 203865 on 2010-02-14 12:08:44Z by gavin The -newerXB option was being interpreted the same as the -newerXm option as a check for F_TIME2_B was missing. Fix this. PR: bin/138245 Submitted by: "David E. Cross" MFC after: 1 month Revision Changes Path 1.66 +2 -0 src/usr.bin/find/function.c