Date: Thu, 25 Oct 2001 10:22:31 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_environment.c Message-ID: <200110251722.f9PHMVr62274@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110251722.f9PHMVr62274>