summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-05-05 00:31:17 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:09 +0200
commit72826a301936f2a473c996da0b4a0199cb1bba32 (patch)
treefd79bcc23f9929130e1e84988ce8ee614c95b3ee /ChangeLog
parentb10112ec96516939dc3cb5d523807fda2755fb37 (diff)
2007-05-05 Thomas Schwinge <tschwinge@gnu.org>
* i386/intel/read_fault.c (intel_read_fault): Remove the last parameter from the calls of `vm_map_lookup'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52f3db5..dc25248 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-05-05 Thomas Schwinge <tschwinge@gnu.org>
+ * i386/intel/read_fault.c (intel_read_fault): Remove the last parameter
+ from the calls of `vm_map_lookup'.
+
We're not in the eighties anymore. List arguments in function
prototypes and definitions for a lot of symbols. Also drop some unused
prototypes. I refrain from listing every changed symbol.