Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hp700/include Unwrap short line.



details:   https://anonhg.NetBSD.org/src/rev/7435b1ffcaab
branches:  trunk
changeset: 760444:7435b1ffcaab
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Jan 05 07:40:16 2011 +0000

description:
Unwrap short line.

diffstat:

 sys/arch/hp700/include/autoconf.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r b63a212310a6 -r 7435b1ffcaab sys/arch/hp700/include/autoconf.h
--- a/sys/arch/hp700/include/autoconf.h Wed Jan 05 03:49:57 2011 +0000
+++ b/sys/arch/hp700/include/autoconf.h Wed Jan 05 07:40:16 2011 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index