Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/sun Get rid of (unintentionally added) ^M.



details:   https://anonhg.NetBSD.org/src/rev/6c32e1d986cf
branches:  trunk
changeset: 502011:6c32e1d986cf
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Jan 10 14:58:08 2001 +0000

description:
Get rid of (unintentionally added) ^M.

diffstat:

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

diffs (18 lines):

diff -r d5734bdf049f -r 6c32e1d986cf sys/dev/sun/cgsixreg.h
--- a/sys/dev/sun/cgsixreg.h    Wed Jan 10 14:02:31 2001 +0000
+++ b/sys/dev/sun/cgsixreg.h    Wed Jan 10 14:58:08 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cgsixreg.h,v 1.3 2001/01/10 13:26:52 tsutsui Exp $ */
+/*     $NetBSD: cgsixreg.h,v 1.4 2001/01/10 14:58:08 tsutsui Exp $ */
 
 /*
  * Copyright (c) 1993
@@ -166,7 +166,7 @@
  * stuff canned values in them (eg, offx).
  */
 struct cg6_fbc {
-       u_int32_t fbc_pad1[1];
+       u_int32_t fbc_pad1[1];
        u_int32_t fbc_mode;             /* mode setting */
        u_int32_t fbc_clip;             /* function unknown */
        u_int32_t fbc_pad2[1];



Home | Main Index | Thread Index | Old Index