[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Thu Feb 3 13:19:01 UTC 2022


The branch, master has been updated
       via  6509715c037 tevent: add missing `#include <sys/types.h>`
      from  ca60f6350d5 lib: libsmbclient: Ensure cli_rename() always sets cli->raw_status.

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 6509715c037bd63fad77eb8e96647d89e61bc44c
Author: David Seifert <soap at gentoo.org>
Date:   Sun Jan 23 15:34:57 2022 +0100

    tevent: add missing `#include <sys/types.h>`
    
    The following functions use `pid_t` in their interface:
    * `tevent_req_profile_get_status`
    * `tevent_req_profile_set_status`
    
    BUG: https://bugs.gentoo.org/828720
    
    Signed-off-by: David Seifert <soap at gentoo.org>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Thu Feb  3 13:18:29 UTC 2022 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 lib/tevent/tevent.h | 1 +
 1 file changed, 1 insertion(+)


Changeset truncated at 500 lines:

diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h
index aaa5a068c55..2d1863d7c6e 100644
--- a/lib/tevent/tevent.h
+++ b/lib/tevent/tevent.h
@@ -31,6 +31,7 @@
 #include <stdint.h>
 #include <talloc.h>
 #include <sys/time.h>
+#include <sys/types.h>
 #include <stdbool.h>
 
 /* for old gcc releases that don't have the feature test macro __has_attribute */


-- 
Samba Shared Repository



More information about the samba-cvs mailing list