[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 and 1.10

version 1.9, 2007/10/17 19:58:34 version 1.10, 2007/11/22 16:17:12
Line 50  __KERNEL_RCSID(0, "$NetBSD$");
Line 50  __KERNEL_RCSID(0, "$NetBSD$");
   
 #include <machine/stdarg.h>  #include <machine/stdarg.h>
   
 #include <machine/xenbus.h>  #include <xen/xenbus.h>
 #include "xenbus_comms.h"  #include "xenbus_comms.h"
   
 #define streq(a, b) (strcmp((a), (b)) == 0)  #define streq(a, b) (strcmp((a), (b)) == 0)

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb <webmaster@jp.NetBSD.org>