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 getdfc(), getsfc() ...
details: https://anonhg.NetBSD.org/src/rev/91c555008f8b
branches: trunk
changeset: 503232:91c555008f8b
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Feb 03 12:53:23 2001 +0000
description:
Remove declaration of getdfc(), getsfc() and fputype.
They are in <m68k/m68k.h>
diffstat:
sys/arch/sun3/sun3/machdep.h | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diffs (28 lines):
diff -r 1d73c0d43482 -r 91c555008f8b sys/arch/sun3/sun3/machdep.h
--- a/sys/arch/sun3/sun3/machdep.h Sat Feb 03 12:51:10 2001 +0000
+++ b/sys/arch/sun3/sun3/machdep.h Sat Feb 03 12:53:23 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.h,v 1.22 2001/02/03 12:46:04 tsutsui Exp $ */
+/* $NetBSD: machdep.h,v 1.23 2001/02/03 12:53:23 tsutsui Exp $ */
/*
* Copyright (c) 1994 Gordon W. Ross
@@ -63,8 +63,6 @@
struct trapframe;
struct uio;
-extern int fputype;
-
extern label_t *nofault;
extern vm_offset_t vmmap; /* XXX - See mem.c */
@@ -90,9 +88,6 @@
int fpu_emulate __P((struct trapframe *, struct fpframe *));
-int getdfc __P((void));
-int getsfc __P((void));
-
/* Backward compatibility... */
#define getsr _getsr
Home |
Main Index |
Thread Index |
Old Index