Build farm patch Samba 3, smb_share_modes.[ch]

Jeremy Allison jra at samba.org
Sun Sep 11 05:13:52 GMT 2005


On Sat, Sep 10, 2005 at 10:56:51PM -0600, Steve Williams wrote:
> Hi,
> 
> Two small patches to get samba_3_0 to compile on my OpenBSD 3.7 i386 
> system in the build farm
> 
> There is no "stdint.h" on OpenBSD.  The configure script determines this 
> correctly, but the actual program doesn't do the right checks.  For the 
> first patch, I took the logic from the "configure" script.  I figure if 
> it's correct there, it should be ok to use in the source code.  (and it 
> works).
> 
> The second patch resolves an inconsistency between the ".h" file and the 
> ".c" file.  I wasn't sure which way to go, but it looked like changing 
> to uint64_t remained consistent with the other functions.
>
> With these, samba_3_0 compiles on OpenBSD 3.7-current.

Thanks - actually the uint64 is correct, not the dev64_t and ino64_t.

Jeremy.


More information about the samba-technical mailing list