]> git.pld-linux.org Git - packages/samba.git/commitdiff
- fix missing prototypes
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 16 Jun 2007 17:33:15 +0000 (17:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    samba-smbwrapper.patch -> 1.2

samba-smbwrapper.patch

index 9ccac95380e588823134eb0be9ef05e02715859c..af093c79c6af8e54cfb63a3753edf010cee7cee2 100644 (file)
@@ -1,6 +1,22 @@
 --- samba-3.0.25a/examples/libsmbclient/smbwrapper/wrapper.c.orig      2006-01-25 00:46:42.000000000 +0100
 +++ samba-3.0.25a/examples/libsmbclient/smbwrapper/wrapper.c   2007-06-16 18:38:00.453640544 +0200
-@@ -1109,7 +1109,7 @@ int utimes(const char *name, const struc
+@@ -62,6 +62,7 @@
+ #include <dirent.h>
+ #include <signal.h>
+ #include <stdarg.h>
++#include <string.h>
+ #ifdef __USE_GNU
+ # define SMBW_USE_GNU
+ #endif
+@@ -73,6 +74,7 @@
+ #include <errno.h>
+ #include "libsmbclient.h"
+ #include "bsd-strlfunc.h"
++#include "smbw.h"
+ #include "wrapper.h"
+ /*
+@@ -1109,7 +1111,7 @@ int utimes(const char *name, const struc
          return (* smbw_libc.utimes)((char *) name, (struct timeval *) tvp);
  }
  
This page took 0.038314 seconds and 4 git commands to generate.