[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Mon Dec 13 16:23:02 UTC 2021


The branch, master has been updated
       via  1dc803048f8 lib/util: Add signal.h include
      from  b5e7e7b65ae s3: smbtorture3: Fix POSIX-BLOCKING-LOCK to actually negotiate SMB1+POSIX before using POSIX calls.

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


- Log -----------------------------------------------------------------
commit 1dc803048f8f0069079142245ec5ac4c11933bff
Author: Bernd Kuhls <bernd.kuhls at t-online.de>
Date:   Sun Dec 12 10:27:42 2021 +0100

    lib/util: Add signal.h include
    
    Fixes build error with samba-4.15.3 and uClibc:
    
    ../../source3/printing/samba-bgqd.c: In function ‘main’:
    ../../source3/printing/samba-bgqd.c:340:21: error: ‘SIGPIPE’ undeclared (first use in this function); did you mean ‘EPIPE’?
    ../../source3/printing/samba-bgqd.c:384:14: error: ‘SIGTERM’ undeclared (first use in this function)
    
    Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Günther Deschner <gd at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Mon Dec 13 16:22:28 UTC 2021 on sn-devel-184

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

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


Changeset truncated at 500 lines:

diff --git a/lib/util/signal.h b/lib/util/signal.h
index 0663af6ab94..f662ee110d6 100644
--- a/lib/util/signal.h
+++ b/lib/util/signal.h
@@ -21,6 +21,7 @@
 #ifndef _SAMBA_UTIL_SIGNAL_H_
 #define _SAMBA_UTIL_SIGNAL_H_
 
+#include <signal.h>
 #include <stdbool.h>
 
 /**


-- 
Samba Shared Repository



More information about the samba-cvs mailing list