cvs commit: src/sys/security/mac_test mac_test.c
John Baldwin
jhb at FreeBSD.org
Tue Oct 26 09:22:56 PDT 2004
On Friday 22 October 2004 07:24 am, Robert Watson wrote:
> rwatson 2004-10-22 11:24:51 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/security/mac_test mac_test.c
> Log:
> Replace direct reference to kdb_enter() with a DEBUGGER() macro that
> will call printf() if KDB isn't compiled into the kernel.
>
> Obtained from: TrustedBSD Project
> Sponsored by: SPAWAR
Hmm, this seems to be a regression of KDB since the old Debugger() function
would do that if DDB wasn't compiled into the kernel and thus was always
present.
--
John Baldwin <jhb at FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!" - http://www.FreeBSD.org/
More information about the cvs-src
mailing list