diff options
author | Koen Kooi <koen@openembedded.org> | 2009-05-30 14:08:53 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-30 14:08:53 +0200 |
commit | 22f2fe8b5b835a86ce64105661f978f976a7b1ba (patch) | |
tree | 339fbed02f25deedf9e5fbc378abb29bd18d0b17 /recipes/samba/files/tdbheaderfix.patch | |
parent | abd27ee079540ef9159bc305ba38ccf824036b99 (diff) |
samba 3.3.0: tdb fixes from poky
Diffstat (limited to 'recipes/samba/files/tdbheaderfix.patch')
-rw-r--r-- | recipes/samba/files/tdbheaderfix.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/samba/files/tdbheaderfix.patch b/recipes/samba/files/tdbheaderfix.patch new file mode 100644 index 0000000000..e37c9b0d5c --- /dev/null +++ b/recipes/samba/files/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. + |