Subject: CVS commit: src/lib/libc/net
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/02/2004 00:19:34
Module Name:	src
Committed By:	thorpej
Date:		Mon Aug  2 00:19:34 UTC 2004

Modified Files:
	src/lib/libc/net: nsdispatch.c

Log Message:
Prevent a deadlock that could occur if we try to update the configuration
data structures during a recursive call to nsdispatch() by keeping a record
of which threads are inside nsdispatch() at any given time.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/lib/libc/net/nsdispatch.c

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