Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/vax Evil bug: sizeof(struct cpu_info) -> sizeof...



details:   https://anonhg.NetBSD.org/src/rev/adbae44dc86e
branches:  trunk
changeset: 487745:adbae44dc86e
user:      ragge <ragge%NetBSD.org@localhost>
date:      Mon Jun 12 11:26:26 2000 +0000

description:
Evil bug: sizeof(struct cpu_info) -> sizeof(struct ka820_softc).

diffstat:

 sys/arch/vax/vax/ka820.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a5b2ad7c0c7d -r adbae44dc86e sys/arch/vax/vax/ka820.c
--- a/sys/arch/vax/vax/ka820.c  Mon Jun 12 11:24:36 2000 +0000
+++ b/sys/arch/vax/vax/ka820.c  Mon Jun 12 11:26:26 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ka820.c,v 1.24 2000/06/11 07:50:12 ragge Exp $ */
+/*     $NetBSD: ka820.c,v 1.25 2000/06/12 11:26:26 ragge Exp $ */
 /*
  * Copyright (c) 1988 Regents of the University of California.
  * All rights reserved.
@@ -123,7 +123,7 @@
 };
 
 struct cfattach cpu_bi_ca = {
-       sizeof(struct cpu_info), ka820_match, ka820_attach
+       sizeof(struct ka820_softc), ka820_match, ka820_attach
 };
 
 #ifdef notyet



Home | Main Index | Thread Index | Old Index