Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 01/01/2007 23:33:04
Module Name:	src
Committed By:	elad
Date:		Mon Jan  1 23:33:04 UTC 2007

Modified Files:
	src/share/man/man9: kauth.9
	src/sys/kern: kern_auth.c

Log Message:
Make kauth_deregister_scope() and kauth_unlisten_scope() free the
passed kauth_scope_t and kauth_listener_t objects, respectively.

Okay yamt@.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 src/share/man/man9/kauth.9
cvs rdiff -r1.35 -r1.36 src/sys/kern/kern_auth.c

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