Module Name:    src
Committed By:   skrll
Date:           Sun Dec 27 13:55:13 UTC 2009

Modified Files:
        src/sys/arch/hp700/stand/xxboot: readufs.c

Log Message:
Delete extra '('.  PR 42528


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/hp700/stand/xxboot/readufs.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/hp700/stand/xxboot/readufs.c
diff -u src/sys/arch/hp700/stand/xxboot/readufs.c:1.8 src/sys/arch/hp700/stand/xxboot/readufs.c:1.9
--- src/sys/arch/hp700/stand/xxboot/readufs.c:1.8	Wed Mar 18 10:22:28 2009
+++ src/sys/arch/hp700/stand/xxboot/readufs.c	Sun Dec 27 13:55:13 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: readufs.c,v 1.8 2009/03/18 10:22:28 cegger Exp $	*/
+/*	$NetBSD: readufs.c,v 1.9 2009/12/27 13:55:13 skrll Exp $	*/
 /*	from Id: readufs.c,v 1.9 2003/12/16 13:54:11 itohy Exp	*/
 
 /*
@@ -21,7 +21,7 @@
 
 #ifdef DEBUG_WITH_STDIO
 void ufs_list_dir(ino32_t dirino);
-int main((int argc, char *argv[]);
+int main(int argc, char *argv[]);
 #endif
 
 #ifdef DEBUG_WITH_STDIO

Reply via email to