diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-03-24 00:01:35 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:06 +0200 |
commit | f7efb5a1eac47a932dd912f85f97eb68d272a688 (patch) | |
tree | 46e182e0b8067e7a088ef62609af8b199fc435ca /i386/i386at | |
parent | 7a64ff605866ae14b57ba7b24bbfae21067eba7a (diff) |
2007-03-24 Thomas Schwinge <tschwinge@gnu.org>
* i386/i386at/conf.c (block_io_mmap): Remove declaration.
Diffstat (limited to 'i386/i386at')
-rw-r--r-- | i386/i386at/conf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/i386/i386at/conf.c b/i386/i386at/conf.c index ddeea7f..c3049ef 100644 --- a/i386/i386at/conf.c +++ b/i386/i386at/conf.c @@ -30,8 +30,6 @@ #include <mach/machine/vm_types.h> #include <device/conf.h> -extern vm_offset_t block_io_mmap(); - extern int timeopen(), timeclose(); extern vm_offset_t timemmap(); #define timename "time" |