summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-03-24 00:01:35 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:06 +0200
commitf7efb5a1eac47a932dd912f85f97eb68d272a688 (patch)
tree46e182e0b8067e7a088ef62609af8b199fc435ca
parent7a64ff605866ae14b57ba7b24bbfae21067eba7a (diff)
2007-03-24 Thomas Schwinge <tschwinge@gnu.org>
* i386/i386at/conf.c (block_io_mmap): Remove declaration.
-rw-r--r--ChangeLog2
-rw-r--r--i386/i386at/conf.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d021be..c80da01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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"