Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun3/sun3 Remove declaration of cold; it's in <sys/...



details:   https://anonhg.NetBSD.org/src/rev/5329edad7729
branches:  trunk
changeset: 503227:5329edad7729
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Feb 03 12:46:04 2001 +0000

description:
Remove declaration of cold; it's in <sys/kernel.h>

diffstat:

 sys/arch/sun3/sun3/machdep.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r af879445eab8 -r 5329edad7729 sys/arch/sun3/sun3/machdep.h
--- a/sys/arch/sun3/sun3/machdep.h      Sat Feb 03 12:45:44 2001 +0000
+++ b/sys/arch/sun3/sun3/machdep.h      Sat Feb 03 12:46:04 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.h,v 1.21 1999/11/22 19:01:50 jdolecek Exp $    */
+/*     $NetBSD: machdep.h,v 1.22 2001/02/03 12:46:04 tsutsui Exp $     */
 
 /*
  * Copyright (c) 1994 Gordon W. Ross
@@ -63,7 +63,6 @@
 struct trapframe;
 struct uio;
 
-extern int cold;
 extern int fputype;
 
 extern label_t *nofault;



Home | Main Index | Thread Index | Old Index