Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/include Add missing semicolon.



details:   https://anonhg.NetBSD.org/src/rev/61a7980506f3
branches:  trunk
changeset: 486722:61a7980506f3
user:      he <he%NetBSD.org@localhost>
date:      Sat May 27 21:46:42 2000 +0000

description:
Add missing semicolon.

diffstat:

 sys/arch/hp300/include/cpu.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c07ebb87a1e7 -r 61a7980506f3 sys/arch/hp300/include/cpu.h
--- a/sys/arch/hp300/include/cpu.h      Sat May 27 21:44:35 2000 +0000
+++ b/sys/arch/hp300/include/cpu.h      Sat May 27 21:46:42 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.34 2000/05/26 21:19:42 thorpej Exp $ */
+/*     $NetBSD: cpu.h,v 1.35 2000/05/27 21:46:42 he Exp $      */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -73,7 +73,7 @@
 };
 
 #ifdef _KERNEL
-extern struct cpu_info cpu_info_store
+extern struct cpu_info cpu_info_store;
 
 #define        curcpu()        (&cpu_info_store)
 



Home | Main Index | Thread Index | Old Index