GCC accepts unnamed initalization of sub-structure. Let's see how AIX behave with...
authorAlexander Bokovoy <ab@samba.org>
Mon, 12 May 2003 09:01:50 +0000 (09:01 +0000)
committerAlexander Bokovoy <ab@samba.org>
Mon, 12 May 2003 09:01:50 +0000 (09:01 +0000)
(This used to be commit 13e1bbd803111361bcd9c28b5086277c912c59a6)

source3/smbd/vfs.c

index de682793d53890e0a40d7e628f75fb7d79f939cb..92342a673bdd1705198fc479d49d8fd31d83bb0c 100644 (file)
@@ -48,7 +48,7 @@ struct vfs_syminfo {
 
 static struct vfs_ops default_vfs = {
 
-       .ops = {
+       {
                /* Disk operations */
        
                vfswrap_dummy_connect,