Module Name:    src
Committed By:   skrll
Date:           Wed Jan  5 07:40:16 UTC 2011

Modified Files:
        src/sys/arch/hp700/include: autoconf.h

Log Message:
Unwrap short line.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/hp700/include/autoconf.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/hp700/include/autoconf.h
diff -u src/sys/arch/hp700/include/autoconf.h:1.15 src/sys/arch/hp700/include/autoconf.h:1.16
--- src/sys/arch/hp700/include/autoconf.h:1.15	Tue Jan  4 10:42:34 2011
+++ src/sys/arch/hp700/include/autoconf.h	Wed Jan  5 07:40:16 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: autoconf.h,v 1.15 2011/01/04 10:42:34 skrll Exp $	*/
+/*	$NetBSD: autoconf.h,v 1.16 2011/01/05 07:40:16 skrll Exp $	*/
 
 /*	$OpenBSD: autoconf.h,v 1.10 2001/05/05 22:33:42 art Exp $	*/
 
@@ -86,8 +86,8 @@
     void (*)(device_t, struct confargs *));
 
 int	mbprint(void *, const char *);
-int	mbsubmatch(device_t, struct cfdata *,
-			const int *, void *);
+int	mbsubmatch(device_t, struct cfdata *, const int *, void *);
+
 int	clock_intr(void *);
 
 void	dumpconf(void);

Reply via email to