svn commit: samba r17156 - in branches/SAMBA_4_0/source/lib/talloc: .

metze at samba.org metze at samba.org
Thu Jul 20 12:51:42 GMT 2006


Author: metze
Date: 2006-07-20 12:51:42 +0000 (Thu, 20 Jul 2006)
New Revision: 17156

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17156

Log:
check for the size of a pointer

metze
Modified:
   branches/SAMBA_4_0/source/lib/talloc/config.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/talloc/config.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/config.m4	2006-07-20 12:17:13 UTC (rev 17155)
+++ branches/SAMBA_4_0/source/lib/talloc/config.m4	2006-07-20 12:51:42 UTC (rev 17156)
@@ -11,3 +11,4 @@
 AC_CHECK_SIZEOF(off_t,cross)
 AC_CHECK_SIZEOF(size_t,cross)
 AC_CHECK_SIZEOF(ssize_t,cross)
+AC_CHECK_SIZEOF(void *,cross)



More information about the samba-cvs mailing list