1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

Made default vfs ops static so we can use this symbol in actual modules.

(This used to be commit 398ced6eef7e52441ddc59fef70e4a50a96a73b7)
This commit is contained in:
Tim Potter 2001-10-24 00:35:55 +00:00
parent 65f591895c
commit fb328c9cc4

View 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 */