samba4: remove duplicate entry from libldb-fix-musl-libc-unkown-type-error.patch
authorAndrew Sim <andrewsimz@gmail.com>
Thu, 6 Oct 2022 21:17:28 +0000 (23:17 +0200)
committerRosen Penev <rosenp@gmail.com>
Fri, 7 Oct 2022 08:53:26 +0000 (01:53 -0700)
Signed-off-by: Andrew Sim <andrewsimz@gmail.com>
net/samba4/patches/007-libldb-fix-musl-libc-unkown-type-error.patch

index 7e25ee43d7453fee1a7b6b41425949cccc940bef..da564e0509a717e944a3c23aa36e2a2cd9c9a043 100644 (file)
@@ -15,12 +15,11 @@ Signed-off-by: Changqing Li <changqing.li@windriver.com>
 
 --- a/lib/tevent/tevent.h
 +++ b/lib/tevent/tevent.h
-@@ -33,6 +33,8 @@
+@@ -33,6 +33,7 @@
  #include <sys/time.h>
  #include <sys/types.h>
  #include <stdbool.h>
 +#include <sys/stat.h>
-+#include <sys/types.h>
  
  /* for old gcc releases that don't have the feature test macro __has_attribute */
  #ifndef __has_attribute