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 | |
parent | 7a64ff605866ae14b57ba7b24bbfae21067eba7a (diff) |
2007-03-24 Thomas Schwinge <tschwinge@gnu.org>
* i386/i386at/conf.c (block_io_mmap): Remove declaration.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | i386/i386at/conf.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,7 @@ 2007-03-24 Thomas Schwinge <tschwinge@gnu.org> + * i386/i386at/conf.c (block_io_mmap): Remove declaration. + * doc/mach.texi: Fix a typo and the url for GNU GRUB. * device/kmsg.h: Include <sys/types.h>, <device/device_types.h> and 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" |