Source-Changes-D archive

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

re: CVS commit: src/sys/uvm



   Module Name: src
   Committed By:        matt
   Date:                Mon Aug 10 16:50:18 UTC 2009
   
   Modified Files:
        src/sys/uvm: uvm_glue.c
   
   Log Message:
   Revent change to printf.  (why can't __func__ concat with other string?)


beacuse __func__ is defined to be as if you've done this:

        static const char __func__[] = "funcname";


.mrg.


Home | Main Index | Thread Index | Old Index