Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/tc KNF nits.



details:   https://anonhg.NetBSD.org/src/rev/043ce034d0c6
branches:  trunk
changeset: 472072:043ce034d0c6
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Apr 20 06:48:58 1999 +0000

description:
KNF nits.

diffstat:

 sys/dev/tc/asc_ioasic.c |  4 +++-
 sys/dev/tc/asc_tc.c     |  3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r 3260b95bec83 -r 043ce034d0c6 sys/dev/tc/asc_ioasic.c
--- a/sys/dev/tc/asc_ioasic.c   Tue Apr 20 06:42:54 1999 +0000
+++ b/sys/dev/tc/asc_ioasic.c   Tue Apr 20 06:48:58 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: asc_ioasic.c,v 1.15 1999/01/16 06:36:42 nisimura Exp $ */
+/*     $NetBSD: asc_ioasic.c,v 1.16 1999/04/20 06:48:58 mrg Exp $      */
 
 /*
  * Copyright 1996 The Board of Trustees of The Leland Stanford
@@ -18,8 +18,10 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/device.h>
+
 #include <dev/tc/tcvar.h>
 #include <dev/tc/ioasicvar.h>
+
 #include <machine/autoconf.h>
 
 #include <pmax/dev/device.h>           /* XXX */
diff -r 3260b95bec83 -r 043ce034d0c6 sys/dev/tc/asc_tc.c
--- a/sys/dev/tc/asc_tc.c       Tue Apr 20 06:42:54 1999 +0000
+++ b/sys/dev/tc/asc_tc.c       Tue Apr 20 06:48:58 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: asc_tc.c,v 1.9 1999/01/16 06:36:42 nisimura Exp $      */
+/*     $NetBSD: asc_tc.c,v 1.10 1999/04/20 06:48:58 mrg Exp $  */
 
 /*
  * Copyright 1996 The Board of Trustees of The Leland Stanford
@@ -18,6 +18,7 @@
 #include <sys/systm.h>
 #include <sys/types.h>
 #include <sys/device.h>
+
 #include <dev/tc/tcvar.h>
 #include <machine/autoconf.h>
 #include <dev/tc/ioasicvar.h>



Home | Main Index | Thread Index | Old Index