Date: Tue, 23 Oct 2001 15:34:36 -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 src/sys/sys systm.h Message-ID: <200110232234.f9NMYav12636@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/10/23 15:34:36 PDT Modified files: sys/kern kern_environment.c sys/sys systm.h Log: - Change getenv_quad() to return an int instead of a quad_t since it returns an success/failure code rather than the actual value. - Add getenv_string() which copies a string from the environment to another string and returns true on success. Revision Changes Path 1.19 +22 -2 src/sys/kern/kern_environment.c 1.155 +3 -2 src/sys/sys/systm.h 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?200110232234.f9NMYav12636>