A small patch from metze to fix builds on some platforms ...
authorRichard Sharpe <sharpe@samba.org>
Mon, 12 May 2003 06:57:32 +0000 (06:57 +0000)
committerRichard Sharpe <sharpe@samba.org>
Mon, 12 May 2003 06:57:32 +0000 (06:57 +0000)
http://lists.samba.org/pipermail/samba-technical/attachments/20030512/0332258a/vfs-fix-01.obj
(This used to be commit 5d643b9d03135effa5c8fd84bf1e54a7bd075e2a)

source3/smbd/vfs.c

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