From owner-cvs-src@FreeBSD.ORG Fri Mar 26 22:49:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 657F316A4CE; Fri, 26 Mar 2004 22:49:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A7F443D2D; Fri, 26 Mar 2004 22:49:58 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2R6nwGe041221; Fri, 26 Mar 2004 22:49:58 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2R6nwZq041220; Fri, 26 Mar 2004 22:49:58 -0800 (PST) (envelope-from gad) Message-Id: <200403270649.i2R6nwZq041220@repoman.freebsd.org> From: Garance A Drosehn Date: Fri, 26 Mar 2004 22:49:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/pkill pkill.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 27 Mar 2004 06:49:58 -0000 gad 2004/03/26 22:49:58 PST FreeBSD src repository Modified files: usr.bin/pkill pkill.c Log: bde also tells me that he is confident that P_SYSTEM will not work any better on 4.x than it does on 5.2. If that's true then there is no point to the __FreeBSD_version check that I had added. Revision Changes Path 1.15 +1 -8 src/usr.bin/pkill/pkill.c