From c96492a9dce25a1881e854ac7861a0b258ee1ae1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 9 Jun 2005 13:13:15 +0000 Subject: r7436: 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 (This used to be commit 29f7e430ac4ae43f6844f021be73bf391610ef73) --- source4/lib/com/classes/simple.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/lib') diff --git a/source4/lib/com/classes/simple.c b/source4/lib/com/classes/simple.c index e4bf8d18e1..295f113207 100644 --- a/source4/lib/com/classes/simple.c +++ b/source4/lib/com/classes/simple.c @@ -86,7 +86,7 @@ static uint32_t simpleclass_IUnknown_Release (struct IUnknown *d, TALLOC_CTX *me /* 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 IClassFactory_vtable simple_classobject_vtable = { }; 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, -- cgit