Subject: CVS commit: src/common
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/07/2006 22:29:55
Module Name:	src
Committed By:	thorpej
Date:		Fri Jul  7 22:29:55 UTC 2006

Modified Files:
	src/common/include/prop: prop_number.h
	src/common/lib/libprop: prop_number.3 prop_number.c proplib.3

Log Message:
Change prop_number_t to store a uint64_t, rather than a uintmax_t.  No
ABI change, and we ought to explicitly state that this is a fixed-width
type, since that what it needs to be for binary plist support.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/common/include/prop/prop_number.h
cvs rdiff -r1.1 -r1.2 src/common/lib/libprop/prop_number.3 \
    src/common/lib/libprop/proplib.3
cvs rdiff -r1.2 -r1.3 src/common/lib/libprop/prop_number.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.