Subject: CVS commit: src/sys/dev/sysmon
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 07/18/2007 20:09:49
Module Name: src
Committed By: xtraeme
Date: Wed Jul 18 20:09:49 UTC 2007
Modified Files:
src/sys/dev/sysmon: sysmon_envsysvar.h
Log Message:
- Cleanup sme_event_t: just use the struct work without any union and
remove the TAILQ.
- If prop_dictionary_set_* fails, do not release the object. The function
calling it will release the object. Pointed out by yamt@.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/dev/sysmon/sysmon_envsysvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.