On Sat, 3 Nov 2007, Ben Kaduk wrote:
On 11/2/07, Maxim Konovalov <[EMAIL PROTECTED]> wrote:
maxim 2007-11-02 20:48:10 UTC
FreeBSD src repository
Modified files:
sys/vm swap_pager.c
Log:
o Fix panic message: it's swap_pager_putpages() not swap_pager_getpages().
Isn't there a __func__ variable for things like this?
There is a __func__ variable for giving unreadable code. It is unfortunately
needed in macros, but not when the function name is known.
Bruce
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"