ports/net/samba33/files/patch-lib__replace__libreplace_cc.m4
Timur I. Bakeyev 74538b648b PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Security:

Major enhancements in Samba 3.3.10 include:

   o Fix changing of ACLs on writable file with "dos filemode=yes" (bug #5202).
   o Fix smbd crashes in dns_register_smbd_reply (bug #6696).
   o Fix Winbind crashes when queried from nss (bug #6889).
   o Fix Winbind crash when retrieving empty group members (bug #7014).
   o Fix interdomain trusts with Win2008R2 (bug #6697).
2010-02-05 00:46:05 +00:00

13 lines
482 B
Text

--- ./lib/replace/libreplace_cc.m4.orig 2010-01-14 10:12:10.000000000 +0000
+++ ./lib/replace/libreplace_cc.m4 2010-02-05 00:27:01.000000000 +0000
@@ -145,6 +145,10 @@
AC_CHECK_TYPE(uintptr_t, unsigned long long)
AC_CHECK_TYPE(ptrdiff_t, unsigned long long)
+if test x"$ac_cv_type_intptr_t" = x"yes"; then
+ AC_DEFINE(HAVE_INTPTR_T,1,[Whether the host has intptr_t])
+fi
+
if test x"$ac_cv_type_long_long" != x"yes";then
AC_MSG_ERROR([LIBREPLACE needs type 'long long'])
fi