aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/samba/samba/tdbheaderfix.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-13 13:58:15 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-13 14:37:53 +0200
commitafd70256706ccd1ea416636eb61cb5160cffbe3c (patch)
treef64e7525c4bb9a192a180bb804c8c205384a8ffa /meta-oe/recipes-connectivity/samba/samba/tdbheaderfix.patch
parent2ccf9373c1d8e03cad11b06ac2b4fe545e92f604 (diff)
downloadmeta-openembedded-afd70256706ccd1ea416636eb61cb5160cffbe3c.tar.gz
samba 3.5.6: import from OE rev a54456425ea3ce4c7cdfa958cec3ba34539cfeec
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity/samba/samba/tdbheaderfix.patch')
-rw-r--r--meta-oe/recipes-connectivity/samba/samba/tdbheaderfix.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/samba/samba/tdbheaderfix.patch b/meta-oe/recipes-connectivity/samba/samba/tdbheaderfix.patch
new file mode 100644
index 0000000000..e37c9b0d5c
--- /dev/null
+++ b/meta-oe/recipes-connectivity/samba/samba/tdbheaderfix.patch
@@ -0,0 +1,14 @@
+Index: source/lib/tdb/include/tdb.h
+===================================================================
+--- source.orig/lib/tdb/include/tdb.h 2009-05-17 17:42:41.000000000 +0100
++++ source/lib/tdb/include/tdb.h 2009-05-17 17:42:46.000000000 +0100
+@@ -1,6 +1,9 @@
+ #ifndef __TDB_H__
+ #define __TDB_H__
+
++#include <signal.h>
++
++
+ /*
+ Unix SMB/CIFS implementation.
+