diff options
author | Jeremy Hansen <jebrhansen+SBo -at- gmail.com> | 2015-11-21 09:29:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-21 09:29:04 +0700 |
commit | 9eb5161cd5cedc95d67b0fa67e295f21c6839e3e (patch) | |
tree | 677e99c1282bbb2bc5b6e7a8f441fb588d4dd065 /system/lirc/patches/lirc-0.9.0-kernel-3.5-err-fix.patch | |
parent | 3b4067483c1480dcebe4b33c057f61360aeeddcb (diff) |
system/lirc: Updated for version 0.9.3a + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/lirc/patches/lirc-0.9.0-kernel-3.5-err-fix.patch')
-rw-r--r-- | system/lirc/patches/lirc-0.9.0-kernel-3.5-err-fix.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/system/lirc/patches/lirc-0.9.0-kernel-3.5-err-fix.patch b/system/lirc/patches/lirc-0.9.0-kernel-3.5-err-fix.patch deleted file mode 100644 index b06d94efb322b..0000000000000 --- a/system/lirc/patches/lirc-0.9.0-kernel-3.5-err-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/drivers/kcompat.h 2011-03-25 18:28:18.000000000 -0400 -+++ b/drivers/kcompat.h 2012-11-27 13:37:55.000000000 -0500 -@@ -136,4 +136,9 @@ - ) - #endif - -+#ifndef err -+#define err(format, arg...) \ -+ printk(KERN_ERR KBUILD_MODNAME ": " format "\n", ##arg) -+#endif -+ - #endif /* _KCOMPAT_H */ |