Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/dev Fix typo that broke rasops operation.



details:   https://anonhg.NetBSD.org/src/rev/4a9f696abd09
branches:  trunk
changeset: 473051:4a9f696abd09
user:      ad <ad%NetBSD.org@localhost>
date:      Tue May 18 21:36:21 1999 +0000

description:
Fix typo that broke rasops operation.

diffstat:

 sys/arch/sparc/dev/fb.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 59f55ddfdfb4 -r 4a9f696abd09 sys/arch/sparc/dev/fb.c
--- a/sys/arch/sparc/dev/fb.c   Tue May 18 18:13:39 1999 +0000
+++ b/sys/arch/sparc/dev/fb.c   Tue May 18 21:36:21 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fb.c,v 1.32 1999/05/18 18:13:39 thorpej Exp $ */
+/*     $NetBSD: fb.c,v 1.33 1999/05/18 21:36:21 ad Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -417,7 +417,7 @@
                panic("fbrcons_init: rasops_init failed!");
        
        rc->rc_ops = &ri->ri_ops;
-       rc->rc_cookie = &ri;
+       rc->rc_cookie = ri;
        rc->rc_bell = fb_bell;
        rcons_init(rc);
 



Home | Main Index | Thread Index | Old Index