From owner-cvs-all Wed Nov 8 3:57: 6 2000 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 3333F37B479; Wed, 8 Nov 2000 03:57:04 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA07279; Wed, 8 Nov 2000 03:57:04 -0800 (PST) (envelope-from murray@FreeBSD.org) Message-Id: <200011081157.DAA07279@freefall.freebsd.org> From: Murray Stokely Date: Wed, 8 Nov 2000 03:57:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil libutil.h property.3 property.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG murray 2000/11/08 03:57:03 PST Modified files: lib/libutil libutil.h property.3 property.c Log: Added PROPERTY_MAX_VALUE and PROPERTY_MAX_NAME defines to libutil.h so that applications know how large of a buffer they must allocate before calling property_find(). Also added a $FreeBSD$ tag while I'm here. Approved by: jkh Revision Changes Path 1.29 +4 -1 src/lib/libutil/libutil.h 1.11 +4 -2 src/lib/libutil/property.3 1.6 +7 -8 src/lib/libutil/property.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message