Subject: PR/29222 CVS commit: src/sbin/sysctl
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: netbsd-bugs
Date: 03/23/2005 03:46:02
The following reply was made to PR bin/29222; it has been noted by GNATS.

From: Andrew Brown <atatat@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29222 CVS commit: src/sbin/sysctl
Date: Wed, 23 Mar 2005 03:45:25 +0000 (UTC)

 Module Name:	src
 Committed By:	atatat
 Date:		Wed Mar 23 03:45:25 UTC 2005
 
 Modified Files:
 	src/sbin/sysctl: sysctl.c
 
 Log Message:
 If a "create" or "destroy" operation succeeds, mark the cached tree as
 "stale" so that the next time we try to read or write to it, we can
 purge (and refresh) it.
 
 Addresses PR 29222.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.99 -r1.100 src/sbin/sysctl/sysctl.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.