summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-08-21 14:15:00 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-08-21 14:15:00 +0200
commita8fe90b28bdd9643cfd4168c006069d165cef101 (patch)
tree80cd5820ce9be0d4a803e1f9c55188b9eb68208d /HISTORY
parent0b9aa1c1a8c5df42270866baf5f80cfb73cccdea (diff)
downloadvdr-a8fe90b28bdd9643cfd4168c006069d165cef101.tar.gz
vdr-a8fe90b28bdd9643cfd4168c006069d165cef101.tar.bz2
Replaced the get/put_unaligned() macros from <asm/unaligned.h> with own inline functions1.3.30
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 601dbad4..02cc7b7e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3713,3 +3713,6 @@ Video Disk Recorder Revision History
- Fixed cDvbTuner to avoid lockups on NPTL systems (thanks to Marcel Wiesweg).
- Added 'Service' functions to the plugin interface (thanks to Udo Richter).
See PLUGINS.html, section "Custom services" for details.
+- Replaced the get/put_unaligned() macros from <asm/unaligned.h> with own inline
+ functions to avoid problems on platforms that don't provide these (thanks to
+ David Woodhouse for his help).