Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 08/16/2006 17:57:26
Module Name:	src
Committed By:	christos
Date:		Wed Aug 16 17:57:26 UTC 2006

Modified Files:
	src/sys/kern: kern_auth.c

Log Message:
Pretending to be Elad's keyboard:

Attached diff let's call kauth_register_scope() with a NULL default
listener. from tn2127:

"callback is the address of the listener callback function for this
scope; this becomes the scope's default listener. This parameter may be
NULL, in which case a callback that always returns KAUTH_RESULT_DEFER is
assumed."


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 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.