Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/malta Fix tyop.



details:   https://anonhg.NetBSD.org/src/rev/2bf48f9a7dca
branches:  trunk
changeset: 534868:2bf48f9a7dca
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Aug 05 01:15:22 2002 +0000

description:
Fix tyop.

diffstat:

 sys/arch/evbmips/malta/machdep.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1d15195dbe82 -r 2bf48f9a7dca sys/arch/evbmips/malta/machdep.c
--- a/sys/arch/evbmips/malta/machdep.c  Mon Aug 05 01:14:58 2002 +0000
+++ b/sys/arch/evbmips/malta/machdep.c  Mon Aug 05 01:15:22 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.5 2002/08/04 01:41:31 gmcgarry Exp $     */
+/*     $NetBSD: machdep.c,v 1.6 2002/08/05 01:15:22 simonb Exp $       */
 
 /*
  * Copyright 2001, 2002 Wasabi Systems, Inc.
@@ -122,7 +122,7 @@
 struct malta_config malta_configuration;
 
 /* For sysctl_hw. */
-exterm char cpu_model[];
+extern char cpu_model[];
 
 /* Our exported CPU info; we can have only one. */  
 struct cpu_info cpu_info_store;



Home | Main Index | Thread Index | Old Index