r15851: the conversion of loadparm to BOOL broke all big-endian platforms as
authorAndrew Tridgell <tridge@samba.org>
Wed, 24 May 2006 06:36:17 +0000 (06:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:08:32 +0000 (14:08 -0500)
commit574daba7951b64b6b877db55a92e5a66f3354b4f
treedca7ba77a419ee00c5dead30e04d0bc32b5dccb0
parent3372344ade7e2610b8ba7d3175465656847affd7
r15851: the conversion of loadparm to BOOL broke all big-endian platforms as
the service and global declarations were left as int. I tried to fix
this initially by fixing the service declarations, but it didn't
work. While I investigate why, this patch at least gets the use of int
right, and should give big-endian platforms a chance
(This used to be commit e12ae809eaf0a4c48ebb086615a9051b59996b5a)
source4/param/loadparm.c
source4/param/loadparm.h