Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2008-06-20 07:19:15 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2008-06-20 07:19:15 +0400
commit31558344b04adfac15e538d14ec3e87bfc31b809 (patch)
tree06699cb41b1c4e3b3f331c54f0eec56a1d75b737 /winsup/w32api
parent2d03477142d7e53d99cb308af83442e48e001fc1 (diff)
Committed as obvious.
* lib/ddk/hal.def (HalTranslateBusAddress): Correct suffix. * lib/ddk/ntoskrnl.def (MmAllocateContiguousMemory): Correct suffix. Bug reported by Brian Hawley.
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog6
-rw-r--r--winsup/w32api/lib/ddk/hal.def2
-rw-r--r--winsup/w32api/lib/ddk/ntoskrnl.def2
3 files changed, 8 insertions, 2 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 66126ec02..6af07eaa1 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-20 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * lib/ddk/hal.def (HalTranslateBusAddress): Correct suffix.
+ * lib/ddk/ntoskrnl.def (MmAllocateContiguousMemory): Correct suffix.
+ Bug reported by Brian Hawley.
+
2008-06-17 Corinna Vinschen <corinna@vinschen.de>
* include/dsgetdc.h (DS_FORCE_REDISCOVERY, DS_FORCE_REDISCOVERY,
diff --git a/winsup/w32api/lib/ddk/hal.def b/winsup/w32api/lib/ddk/hal.def
index 2a2119c3e..b09c4b5c9 100644
--- a/winsup/w32api/lib/ddk/hal.def
+++ b/winsup/w32api/lib/ddk/hal.def
@@ -47,7 +47,7 @@ HalSetBusDataByOffset@24
;HalStartProfileInterrupt
;HalStopProfileInterrupt
;HalSystemVectorDispatchEntry
-HalTranslateBusAddress@20
+HalTranslateBusAddress@24
;IoAssignDriveLetters
IoFlushAdapterBuffers@24
IoFreeAdapterChannel@4
diff --git a/winsup/w32api/lib/ddk/ntoskrnl.def b/winsup/w32api/lib/ddk/ntoskrnl.def
index ca1447fb3..33ba2dce6 100644
--- a/winsup/w32api/lib/ddk/ntoskrnl.def
+++ b/winsup/w32api/lib/ddk/ntoskrnl.def
@@ -639,7 +639,7 @@ LpcPortObjectType DATA
;MmAddVerifierThunks
;MmAdjustWorkingSetSize
MmAdvanceMdl@8
-MmAllocateContiguousMemory@8
+MmAllocateContiguousMemory@12
MmAllocateContiguousMemorySpecifyCache@20
MmAllocateMappingAddress@8
MmAllocateNonCachedMemory@4