From owner-cvs-src@FreeBSD.ORG Fri Jun 6 16:17:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 622601065671; Fri, 6 Jun 2008 16:17:01 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 513648FC13; Fri, 6 Jun 2008 16:17:01 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m56GH1L9048016; Fri, 6 Jun 2008 16:17:01 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m56GH1SE048015; Fri, 6 Jun 2008 16:17:01 GMT (envelope-from obrien@repoman.freebsd.org) Message-Id: <200806061617.m56GH1SE048015@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to obrien@repoman.freebsd.org using -f From: "David E. O'Brien" Date: Fri, 6 Jun 2008 16:16:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/cvs/src classify.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2008 16:17:01 -0000 obrien 2008-06-06 16:16:44 UTC FreeBSD src repository Modified files: contrib/cvs/src classify.c Log: SVN rev 179619 on 2008-06-06 16:16:44Z by obrien Optimize the CVS bug #17168 fix by relaxing the conditions for update with respect to sticky options. (r179561 was WRT sticky and branch tags) Consulted with: Mark Baushke Revision Changes Path 1.3 +1 -0 src/contrib/cvs/src/classify.c