diff options
author | Andy Walsh <andy.walsh44+github@gmail.com> | 2020-06-09 16:35:02 +0200 |
---|---|---|
committer | Andy Walsh <andy.walsh44+github@gmail.com> | 2020-06-13 02:01:25 +0200 |
commit | f29cf74c280407c06923df2ad503bfb1b5b5ada5 (patch) | |
tree | 0ad58ba0f4e11b3557dcf90a2b17155db363089d /net/samba4/patches/005-musl_uintptr.patch | |
parent | d24bbc283f230ba1b4d51229cff49caaab36ff6e (diff) |
samba4: update to 4.12.3
* update to 4.12.3
* update/remove patches
* disable netbios port 139 on 'DISABLE_NETBIOS' option or missing 'nmbd'
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Diffstat (limited to 'net/samba4/patches/005-musl_uintptr.patch')
-rw-r--r-- | net/samba4/patches/005-musl_uintptr.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba4/patches/005-musl_uintptr.patch b/net/samba4/patches/005-musl_uintptr.patch index c5f36bef2..de7f28572 100644 --- a/net/samba4/patches/005-musl_uintptr.patch +++ b/net/samba4/patches/005-musl_uintptr.patch @@ -15,7 +15,7 @@ diff --git a/third_party/cmocka/cmocka.h b/third_party/cmocka/cmocka.h index 303d0ae..a2bfc40 100644 --- a/third_party/cmocka/cmocka.h +++ b/third_party/cmocka/cmocka.h -@@ -110,7 +110,7 @@ +@@ -111,7 +111,7 @@ ((LargestIntegralType)(value)) /* Smallest integral type capable of holding a pointer. */ @@ -24,7 +24,7 @@ index 303d0ae..a2bfc40 100644 # if defined(_WIN32) /* WIN32 is an ILP32 platform */ typedef unsigned int uintptr_t; -@@ -136,6 +136,8 @@ +@@ -137,6 +137,8 @@ # define _UINTPTR_T # define _UINTPTR_T_DEFINED |