From owner-cvs-all Tue Oct 23 15:34:43 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 8A85137B405; Tue, 23 Oct 2001 15:34:36 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9NMYav12636; Tue, 23 Oct 2001 15:34:36 -0700 (PDT) (envelope-from jhb) Message-Id: <200110232234.f9NMYav12636@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Oct 2001 15:34:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_environment.c src/sys/sys systm.h 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/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