cvs commit: src/sys/vm swap_pager.c

Bruce Evans brde at optusnet.com.au
Sun Nov 4 00:23:23 PDT 2007


On Sat, 3 Nov 2007, Ben Kaduk wrote:

> On 11/2/07, Maxim Konovalov <maxim at freebsd.org> 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


More information about the cvs-all mailing list