Author: vlendec Date: 2005-06-09 13:13:15 +0000 (Thu, 09 Jun 2005) New Revision: 7436
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7436 Log: As far as I see it, these are the last two "real" ones for Samba4 on AIX to build. The remaining patch (not now) is to convert the javascript stuff not to use // style comments. Volker Modified: branches/SAMBA_4_0/source/lib/com/classes/simple.c branches/SAMBA_4_0/source/libcli/nbt/nbtname.c Changeset: Modified: branches/SAMBA_4_0/source/lib/com/classes/simple.c =================================================================== --- branches/SAMBA_4_0/source/lib/com/classes/simple.c 2005-06-09 10:33:20 UTC (rev 7435) +++ branches/SAMBA_4_0/source/lib/com/classes/simple.c 2005-06-09 13:13:15 UTC (rev 7436) @@ -86,7 +86,7 @@ /* Everything below this line should be autogenerated later on */ static struct IClassFactory_vtable simple_classobject_vtable = { - {}, + { 0, 0, 0, { 0, 0 }, { 0, 0, 0, 0, 0, 0 } }, simpleclass_IUnknown_QueryInterface, simpleclass_IUnknown_AddRef, simpleclass_IUnknown_Release, @@ -97,7 +97,7 @@ }; static struct IStream_vtable simple_IStream_vtable = { - {}, + { 0, 0, 0, { 0, 0 }, { 0, 0, 0, 0, 0, 0 } }, simple_IUnknown_QueryInterface, simple_IUnknown_AddRef, simple_IUnknown_Release, Modified: branches/SAMBA_4_0/source/libcli/nbt/nbtname.c =================================================================== --- branches/SAMBA_4_0/source/libcli/nbt/nbtname.c 2005-06-09 10:33:20 UTC (rev 7435) +++ branches/SAMBA_4_0/source/libcli/nbt/nbtname.c 2005-06-09 13:13:15 UTC (rev 7436) @@ -36,7 +36,7 @@ */ void ndr_print_nbt_string(struct ndr_print *ndr, const char *name, const char *s) { - return ndr_print_string(ndr, name, s); + ndr_print_string(ndr, name, s); } /*
