From: Tim Potter Date: Wed, 24 Oct 2001 00:35:55 +0000 (+0000) Subject: Made default vfs ops static so we can use this symbol in actual modules. X-Git-Tag: samba-4.0.0alpha6~801^2~17017 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=fb328c9cc4d12997b7f8059ebe163482a16df77b;p=samba.git Made default vfs ops static so we can use this symbol in actual modules. (This used to be commit 398ced6eef7e52441ddc59fef70e4a50a96a73b7) --- diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c index 7a3d23d6526..02a78c4cd37 100644 --- a/source3/smbd/vfs.c +++ b/source3/smbd/vfs.c @@ -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 */