diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-04-05 20:22:03 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-04-05 20:22:03 +0000 |
commit | 8a16d5896d6711a702b864ef80e63a3077fe6c6d (patch) | |
tree | 038a09c5ed4123e7741d79b02e9981e73aa896f2 /sys/arch/sun3/include/machdep.h | |
parent | f6870d3939ef1cdb8286e0a361f3d4c1d42b04d4 (diff) |
fpu_type -> fputype
Diffstat (limited to 'sys/arch/sun3/include/machdep.h')
-rw-r--r-- | sys/arch/sun3/include/machdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sun3/include/machdep.h b/sys/arch/sun3/include/machdep.h index f53af4afbdb..40798fad64a 100644 --- a/sys/arch/sun3/include/machdep.h +++ b/sys/arch/sun3/include/machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.h,v 1.6 1997/02/14 23:50:17 kstailey Exp $ */ +/* $OpenBSD: machdep.h,v 1.7 1997/04/05 20:22:02 kstailey Exp $ */ /* * Copyright (c) 1994 Gordon W. Ross * Copyright (c) 1993 Adam Glass @@ -65,7 +65,7 @@ struct pmap; extern int cache_size; extern int cold; -extern int fpu_type; +extern int fputype; extern label_t *nofault; |