Sign in
android-kvm
/
buildroot
/
42f985687dcddbaa2277a3ffb8a88b190bde76e7
/
.
/
package
/
samba
/
samba-fix-client-mtab.patch
blob: 21e71586bdcce19dd46d00f4c3dfeb58fb0b1517 [
file
] [
log
] [
blame
]
---
a
/
source
/
client
/
mtab
.
c
+++
b
/
source
/
client
/
mtab
.
c
@@
-
31
,
6
+
31
,
8
@@
#include
<unistd.h>
#include
<errno.h>
#include
<stdio.h>
+#
include
<sys/types.h>
+#
include
<sys/stat.h>
#include
<sys/time.h>
#include
<time.h>
#include
<fcntl.h>