[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sun Jan 8 21:31:02 UTC 2017


The branch, master has been updated
       via  0127bdd replace: Include sysmacros.h
      from  3d1cdb7 WHATSNEW: fix typo

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


- Log -----------------------------------------------------------------
commit 0127bdd33b251a52c6ffc44b6cb3b82b16a80741
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Jan 5 09:34:36 2017 +0100

    replace: Include sysmacros.h
    
    In the GNU C Library, "makedev" is defined by <sys/sysmacros.h>. For
    historical compatibility, it is currently defined by <sys/types.h> as
    well, but it is planned to remove this soon.
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Sun Jan  8 22:30:03 CET 2017 on sn-devel-144

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

Summary of changes:
 lib/replace/replace.h | 4 ++++
 1 file changed, 4 insertions(+)


Changeset truncated at 500 lines:

diff --git a/lib/replace/replace.h b/lib/replace/replace.h
index c69a069..1dbeacf 100644
--- a/lib/replace/replace.h
+++ b/lib/replace/replace.h
@@ -171,6 +171,10 @@
 #include <sys/types.h>
 #endif
 
+#ifdef HAVE_SYS_SYSMACROS_H
+#include <sys/sysmacros.h>
+#endif
+
 #ifdef HAVE_SETPROCTITLE_H
 #include <setproctitle.h>
 #endif


-- 
Samba Shared Repository



More information about the samba-cvs mailing list