Module Name:    src
Committed By:   cegger
Date:           Sat Apr 24 21:34:29 UTC 2010

Modified Files:
        src/sys/dev/ieee1394: fwcrom.c

Log Message:
ANSIfy, KNF


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ieee1394/fwcrom.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/dev/ieee1394/fwcrom.c
diff -u src/sys/dev/ieee1394/fwcrom.c:1.11 src/sys/dev/ieee1394/fwcrom.c:1.12
--- src/sys/dev/ieee1394/fwcrom.c:1.11	Mon Mar 29 03:05:27 2010
+++ src/sys/dev/ieee1394/fwcrom.c	Sat Apr 24 21:34:29 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: fwcrom.c,v 1.11 2010/03/29 03:05:27 kiyohara Exp $	*/
+/*	$NetBSD: fwcrom.c,v 1.12 2010/04/24 21:34:29 cegger Exp $	*/
 /*-
  * Copyright (c) 2002-2003
  * 	Hidetoshi Shimokawa. All rights reserved.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fwcrom.c,v 1.11 2010/03/29 03:05:27 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fwcrom.c,v 1.12 2010/04/24 21:34:29 cegger Exp $");
 
 #include <sys/param.h>
 #ifdef _KERNEL
@@ -524,7 +524,8 @@
 
 #ifdef TEST
 int
-main () {
+main(void)
+{
 	struct crom_src src;
 	struct crom_chunk root, unit1, unit2, unit3;
 	struct crom_chunk text1, text2, text3, text4, text5, text6, text7;

Reply via email to