diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-31 20:54:00 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-31 20:54:00 +0000 |
commit | d683e9c1dcaccce1239fb7698c98eb07a6e51f63 (patch) | |
tree | 737b2bf029996b692578c85282ac892c9b407b87 /openwrt/package/ser/patches/110-locking.patch | |
parent | da755fa29aa0de061746aab5d4a23e94146ee4e1 (diff) |
remove ser
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3100 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ser/patches/110-locking.patch')
-rw-r--r-- | openwrt/package/ser/patches/110-locking.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/openwrt/package/ser/patches/110-locking.patch b/openwrt/package/ser/patches/110-locking.patch deleted file mode 100644 index 196f71441..000000000 --- a/openwrt/package/ser/patches/110-locking.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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" - |