r11653: Declare the correct return value for the static initialization functions.
commit6bf4d88ab584315312934c9866128fb47f8b41e6
authorPaul Green <paulg@samba.org>
Thu, 10 Nov 2005 20:32:00 +0000 (10 20:32 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:23 +0000 (10 11:05 -0500)
treef66e80773db7eca9d1d0b63b255b8004d15ebd73
parent0c2bb5ba7b92d9210e7fa9f7b70aa67dfe9faaf4
r11653: Declare the correct return value for the static initialization functions.
Some compilers (guess whose) have ABIs that return int values using a
different method than returning struct values.
source/aclocal.m4