Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Whitespace glitch.



details:   https://anonhg.NetBSD.org/src/rev/4fa526107055
branches:  trunk
changeset: 486228:4fa526107055
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue May 16 00:18:44 2000 +0000

description:
Whitespace glitch.

diffstat:

 sys/dev/ic/ns16550reg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 73c89028cc01 -r 4fa526107055 sys/dev/ic/ns16550reg.h
--- a/sys/dev/ic/ns16550reg.h   Mon May 15 23:56:49 2000 +0000
+++ b/sys/dev/ic/ns16550reg.h   Tue May 16 00:18:44 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ns16550reg.h,v 1.4 1994/10/27 04:18:43 cgd Exp $       */
+/*     $NetBSD: ns16550reg.h,v 1.5 2000/05/16 00:18:44 thorpej Exp $   */
 
 /*-
  * Copyright (c) 1991 The Regents of the University of California.
@@ -50,4 +50,4 @@
 #define        com_mcr         4       /* modem control register (R/W) */
 #define        com_lsr         5       /* line status register (R/W) */
 #define        com_msr         6       /* modem status register (R/W) */
-#define com_scratch    7       /* scratch register (R/W) */
+#define        com_scratch     7       /* scratch register (R/W) */



Home | Main Index | Thread Index | Old Index