[BACK]Return to xenbus_xs.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / xen / xenbus

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/xen/xenbus/xenbus_xs.c between version 1.9.2.1 and 1.9.2.2

version 1.9.2.1, 2007/12/08 18:18:31 version 1.9.2.2, 2007/12/27 00:43:32
Line 34  __KERNEL_RCSID(0, "$NetBSD$");
Line 34  __KERNEL_RCSID(0, "$NetBSD$");
   
 #if 0  #if 0
 #define DPRINTK(fmt, args...) \  #define DPRINTK(fmt, args...) \
     printf("xenbus_xs (%s:%d) " fmt ".\n", __FUNCTION__, __LINE__, ##args)      printf("xenbus_xs (%s:%d) " fmt ".\n", __func__, __LINE__, ##args)
 #else  #else
 #define DPRINTK(fmt, args...) ((void)0)  #define DPRINTK(fmt, args...) ((void)0)
 #endif  #endif

Legend:
Removed from v.1.9.2.1  
changed lines
  Added in v.1.9.2.2

CVSweb <webmaster@jp.NetBSD.org>