svn commit: samba r873 - in branches/SAMBA_4_0/source: auth build/m4 build/pidl client include lib lib/ldb/common lib/registry/reg_backend_nt4 libcli libcli/raw libcli/util librpc/idl librpc/ndr ntvfs ntvfs/simple rpc_server/echo rpc_server/netlogon rpc_server/samr smb_server torture torture/raw torture/rpc

tridge at samba.org tridge at samba.org
Sun Aug 15 19:21:40 GMT 2004


Vance,

 > FreeBSD 3.3-RELEASE i386 gives a link error when trying to use
 > strtoull(). There may be others, but this is one of the only samba4
 > build hosts that gets to linking and fails. Others fail sooner.

ok, we're going to need a strtoull() replacement in lib/replace.c for
platforms that don't have it. The obvious method will be to use
sscanf() with %.0f and go via a double.

Cheers, Tridge



More information about the samba-technical mailing list