Subject: lib/34708: common/lib/libprop/prop_object_impl.h
To: None <lib-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <henning.petersen@t-online.de>
List: netbsd-bugs
Date: 10/04/2006 05:40:01
>Number: 34708
>Category: lib
>Synopsis: common/lib/libprop/prop_object_impl.h
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: lib-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Oct 04 05:40:01 +0000 2006
>Originator: Henning Petersen
>Release: NetBSD-current
>Organization:
>Environment:
>Description:
Typo in prop_object_impl.h
duplicated _PROP_RWLOCK_UNLOCK(x)
>How-To-Repeat:
>Fix:
Index: common/lib/libprop/prop_object_impl.h
===================================================================
RCS file: /cvsroot/src/common/lib/libprop/prop_object_impl.h,v
retrieving revision 1.6
diff -u -r1.6 prop_object_impl.h
--- common/lib/libprop/prop_object_impl.h 3 Oct 2006 15:45:04 -0000 1.6
+++ common/lib/libprop/prop_object_impl.h 4 Oct 2006 05:23:39 -0000
@@ -267,7 +267,7 @@
#define _PROP_RWLOCK_RDLOCK(x) /* nothing */
#define _PROP_RWLOCK_WRLOCK(x) /* nothing */
#define _PROP_RWLOCK_UNLOCK(x) /* nothing */
-#define _PROP_RWLOCK_UNLOCK(x) /* nothing */
+#define _PROP_RWLOCK_DESTROY(x) /* nothing */
#else