NetBSD/common
thorpej 4ce0dc3a15 Fix an issue introduced with the prop_stack change: It's not a good idea to
return a 3-value enum from a function declared to return bool.  This broke
the recurse case for prop_object_equals().  Instead, declare the object type
equals routine to return a _prop_object_equals_rv_t.

Give the same treatment to the object type free routines: declare them to
return a _prop_object_free_rv_t, and consistently check those return values
againt the enum type.

Tidy up some whitespace while we're here.
2008-08-03 04:00:12 +00:00
..
dist/zlib Disable a sanity check output buffer != NULL in _STANDALONE case. 2007-12-22 00:52:03 +00:00
include Add prop_array_util functions to proplib. This code is copied/changed 2008-06-03 20:18:24 +00:00
lib Fix an issue introduced with the prop_stack change: It's not a good idea to 2008-08-03 04:00:12 +00:00