Module Name:    src
Committed By:   riz
Date:           Sat Feb  4 02:00:07 UTC 2012

Modified Files:
        src/sys/arch/xen/xen: xengnt.c

Log Message:
Add a 'void' to unbreak this with -Wold-style-definition


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/xen/xen/xengnt.c

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/xen/xengnt.c
diff -u src/sys/arch/xen/xen/xengnt.c:1.21 src/sys/arch/xen/xen/xengnt.c:1.22
--- src/sys/arch/xen/xen/xengnt.c:1.21	Fri Dec  9 03:58:12 2011
+++ src/sys/arch/xen/xen/xengnt.c	Sat Feb  4 02:00:07 2012
@@ -1,4 +1,4 @@
-/*      $NetBSD: xengnt.c,v 1.21 2011/12/09 03:58:12 cherry Exp $      */
+/*      $NetBSD: xengnt.c,v 1.22 2012/02/04 02:00:07 riz Exp $      */
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xengnt.c,v 1.21 2011/12/09 03:58:12 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xengnt.c,v 1.22 2012/02/04 02:00:07 riz Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -129,7 +129,7 @@ xengnt_resume(void)
  * Suspend grant table state
  */
 bool
-xengnt_suspend() {
+xengnt_suspend(void) {
 
 	int i;
 

Reply via email to