From owner-cvs-all Thu Oct 25 10:22:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E920237B401; Thu, 25 Oct 2001 10:22:31 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9PHMVr62274; Thu, 25 Oct 2001 10:22:31 -0700 (PDT) (envelope-from jhb) Message-Id: <200110251722.f9PHMVr62274@freefall.freebsd.org> From: John Baldwin Date: Thu, 25 Oct 2001 10:22:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_environment.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/10/25 10:22:31 PDT Modified files: sys/kern kern_environment.c Log: Fix an inverted test csae. Success of getenv() is determined by a return value of !NUL rather than NUL. Submitted by: luigi Pointy hat to: jhb Revision Changes Path 1.20 +1 -1 src/sys/kern/kern_environment.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message