Module Name:    src
Committed By:   christos
Date:           Tue Jul 28 21:51:30 UTC 2009

Modified Files:
        src/external/bsd/bind/dist/lib/dns: rbtdb.c

Log Message:
elide type punned warning


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 src/external/bsd/bind/dist/lib/dns/rbtdb.c

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

Modified files:

Index: src/external/bsd/bind/dist/lib/dns/rbtdb.c
diff -u src/external/bsd/bind/dist/lib/dns/rbtdb.c:1.1.1.2 src/external/bsd/bind/dist/lib/dns/rbtdb.c:1.2
--- src/external/bsd/bind/dist/lib/dns/rbtdb.c:1.1.1.2	Tue Jul 28 17:11:10 2009
+++ src/external/bsd/bind/dist/lib/dns/rbtdb.c	Tue Jul 28 17:51:30 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: rbtdb.c,v 1.1.1.2 2009/07/28 21:11:10 christos Exp $	*/
+/*	$NetBSD: rbtdb.c,v 1.2 2009/07/28 21:51:30 christos Exp $	*/
 
 /*
  * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
@@ -1878,7 +1878,7 @@
 	NODE_UNLOCK(&rbtdb->node_locks[locknum].lock, isc_rwlocktype_write);
 	RWUNLOCK(&rbtdb->tree_lock, isc_rwlocktype_write);
 
-	detach((dns_db_t **)&rbtdb);
+	detach((dns_db_t **)(void *)&rbtdb);
 }
 
 static inline void

Reply via email to