diff options
author | Gerald Carter <jerry@samba.org> | 2002-10-09 19:50:33 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-10-09 19:50:33 +0000 |
commit | 0849906f13deb460b3f897934a1d63374e35a548 (patch) | |
tree | 90ce8f67d81fb1aeb1d79bfc3ab0cc2b4162275c /examples/VFS/block/block.c | |
parent | d7ae4079e7f8b75064dbf84c0989208c2d0b4674 (diff) | |
download | samba-0849906f13deb460b3f897934a1d63374e35a548.tar.gz |
sync with SAMBA_2_2 for 2.2.6rc1
Diffstat (limited to 'examples/VFS/block/block.c')
-rw-r--r-- | examples/VFS/block/block.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/VFS/block/block.c b/examples/VFS/block/block.c index 7ced065bad6..bdcc0b62c71 100644 --- a/examples/VFS/block/block.c +++ b/examples/VFS/block/block.c @@ -81,6 +81,7 @@ struct vfs_ops execute_vfs_ops = { NULL, /* read */ NULL, /* write */ NULL, /* lseek */ + NULL, /* sendfile */ NULL, /* rename */ NULL, /* fsync */ NULL, /* stat */ |