diff options
author | dg <dg@FreeBSD.org> | 1994-08-13 14:21:58 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-08-13 14:21:58 +0000 |
commit | 9daaac06d011638b2c9c77c569a63927ae68ed7b (patch) | |
tree | 01edcf569af8464ca938981b6ba0e48c1541770f /sys/amd64 | |
parent | 700593f434cf6d270fc2a6fec50aba5a94e5869e (diff) | |
download | FreeBSD-src-9daaac06d011638b2c9c77c569a63927ae68ed7b.zip FreeBSD-src-9daaac06d011638b2c9c77c569a63927ae68ed7b.tar.gz |
Made the kernel compile cleanly with gcc 2.6.0. Thanks go to Bruce
Evans for suggesting a method to detect various versions of gcc.
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/amd64/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index 233e004..b5616e5 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 - * $Id: machdep.c,v 1.50 1994/08/10 23:28:26 wollman Exp $ + * $Id: machdep.c,v 1.51 1994/08/13 03:49:42 wollman Exp $ */ #include "npx.h" @@ -669,7 +669,7 @@ void diediedie() int waittime = -1; struct pcb dumppcb; -void +__dead void boot(arghowto) int arghowto; { |