diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-30 22:52:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-30 22:52:49 +0000 |
commit | 38b21f06b31e4f0e14a2d518d3dccbd92ce14d06 (patch) | |
tree | c4b7153c8d4d9e7a1ac5db3f26aab69875328d0d /openwrt/package/ser/patches/110-locking.patch | |
parent | c41cb349a10f43d25ffff2c6105a86491e27e993 (diff) | |
download | mtk-20170518-38b21f06b31e4f0e14a2d518d3dccbd92ce14d06.zip mtk-20170518-38b21f06b31e4f0e14a2d518d3dccbd92ce14d06.tar.gz mtk-20170518-38b21f06b31e4f0e14a2d518d3dccbd92ce14d06.tar.bz2 |
revert to older version of 'ser', the new one just doesn't work
SVN-Revision: 781
Diffstat (limited to 'openwrt/package/ser/patches/110-locking.patch')
-rw-r--r-- | openwrt/package/ser/patches/110-locking.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/package/ser/patches/110-locking.patch b/openwrt/package/ser/patches/110-locking.patch new file mode 100644 index 0000000..196f714 --- /dev/null +++ b/openwrt/package/ser/patches/110-locking.patch @@ -0,0 +1,11 @@ +--- ser-0.8.14.orig/locking.h 2004-07-27 01:18:35.000000000 +0200 ++++ ser-0.8.14/locking.h 2004-12-26 15:39:03.000000000 +0100 +@@ -67,6 +67,8 @@ + #define _locking_h + + /* the order is important */ ++#include <errno.h> ++#include "dprint.h" + #include "lock_ops.h" + #include "lock_alloc.h" + |