Made default vfs ops static so we can use this symbol in actual modules.
authorTim Potter <tpot@samba.org>
Wed, 24 Oct 2001 00:35:55 +0000 (00:35 +0000)
committerTim Potter <tpot@samba.org>
Wed, 24 Oct 2001 00:35:55 +0000 (00:35 +0000)
(This used to be commit 398ced6eef7e52441ddc59fef70e4a50a96a73b7)

source3/smbd/vfs.c

index 7a3d23d652649a6764fb84b09dbc208e82267c6e..02a78c4cd37e53867e8fc13efbe2c6d63c963895 100644 (file)
@@ -32,7 +32,7 @@ struct vfs_syminfo {
    very important.  They must be in the same order as defined in
    vfs.h.  Change at your own peril. */
 
-struct vfs_ops default_vfs_ops = {
+static struct vfs_ops default_vfs_ops = {
 
        /* Disk operations */