1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-27 19:37:10 +00:00

samba: Add from OE but split libtdb out into its own package

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-05-16 09:56:39 +01:00
parent cd5fa1ee4e
commit 6cce850bcb
13 changed files with 836 additions and 0 deletions
@@ -0,0 +1,11 @@
diff -urN source/client/mtab.c samba-3.2.7//source/client/mtab.c
--- source/client/mtab.c 2008-12-19 13:57:33.000000000 +0000
+++ source/client/mtab.c 2009-01-09 23:14:00.717671075 +0000
@@ -32,6 +32,7 @@
#include <errno.h>
#include <stdio.h>
#include <sys/time.h>
+#include <sys/stat.h>
#include <time.h>
#include <fcntl.h>
#include <mntent.h>