diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-25 00:43:20 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-25 00:43:20 +0000 |
commit | ec3cb23dd2090f11764de426c83cd89ff2cc38a8 (patch) | |
tree | 6c9e9a50dab233c031f7004522ab7e056f7c3d77 /sys/arch/sun3/include | |
parent | 4d43a30e19552e765939f83669683438cf31eac4 (diff) |
cold is in systm now
Diffstat (limited to 'sys/arch/sun3/include')
-rw-r--r-- | sys/arch/sun3/include/machdep.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sun3/include/machdep.h b/sys/arch/sun3/include/machdep.h index 3a650050df8..8fee8a63c32 100644 --- a/sys/arch/sun3/include/machdep.h +++ b/sys/arch/sun3/include/machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.h,v 1.12 2001/05/05 22:34:22 art Exp $ */ +/* $OpenBSD: machdep.h,v 1.13 2001/06/25 00:43:17 mickey Exp $ */ /* * Copyright (c) 1994 Gordon W. Ross @@ -60,7 +60,6 @@ struct trapframe; struct pmap; extern int cache_size; -extern int cold; extern int fputype; extern label_t *nofault; |