Module Name:    src
Committed By:   jym
Date:           Sat Aug 27 15:48:36 UTC 2011

Modified Files:
        src/sys/arch/xen/include [jym-xensuspend]: xen.h

Log Message:
(HEAD fix) _BSD_VA_LIST_ => va_list


To generate a diff of this commit:
cvs rdiff -u -r1.30.8.6 -r1.30.8.7 src/sys/arch/xen/include/xen.h

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

Modified files:

Index: src/sys/arch/xen/include/xen.h
diff -u src/sys/arch/xen/include/xen.h:1.30.8.6 src/sys/arch/xen/include/xen.h:1.30.8.7
--- src/sys/arch/xen/include/xen.h:1.30.8.6	Sat Aug 27 15:44:09 2011
+++ src/sys/arch/xen/include/xen.h	Sat Aug 27 15:48:35 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: xen.h,v 1.30.8.6 2011/08/27 15:44:09 jym Exp $	*/
+/*	$NetBSD: xen.h,v 1.30.8.7 2011/08/27 15:48:35 jym Exp $	*/
 
 /*
  *
@@ -79,7 +79,7 @@
 #include <sys/stdarg.h>
 
 void printk(const char *, ...);
-void vprintk(const char *, _BSD_VA_LIST_);
+void vprintk(const char *, va_list);
 #endif
 
 #endif

Reply via email to