diff options
-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" |