summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
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 /CONTRIBUTORS
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 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS4
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index a4942419..ff546dd4 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -1436,3 +1436,7 @@ Klaus Heppenheimer <klaus@reel-multimedia.com>
Thomas Günther <tom1@toms-cafe.de>
for fixing handling the frame number display if '7' is pressed before the first
editing mark, or '9' after the last one
+
+David Woodhouse <dwmw2@infradead.org>
+ for his help in replacing the get/put_unaligned() macros from asm/unaligned.h with
+ own inline functions to avoid problems on platforms that don't provide these