Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/uvm



Salut,

On Mon, Aug 10, 2009 at 11:30:38AM +0000, Mihai Chelaru wrote:
> On Sun, 09 Aug 2009 22:19:10 +0000, Matt Thomas wrote:
> > @@ -708,7 +742,7 @@
> >                     l = outl2;
> >  #ifdef DEBUG
> >    if (swapdebug & SDB_SWAPOUT)
> > -   printf("%s: no duds, try procp %p\n", __func__, l);     
> > +   printf(__func__ ": no duds, try procp %p\n", l);
> >  #endif
> >             if (l) {
> >                     mutex_enter(&l->l_swaplock);
> 
> This will not work

Yeah, afair this was precisely the difference between
__FUNCTION__ and __func__.

                                Tonnerre

Attachment: pgpqwfF4elZgk.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index