summaryrefslogtreecommitdiffstats
path: root/examples/VFS/audit.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/VFS/audit.c')
-rw-r--r--examples/VFS/audit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/VFS/audit.c b/examples/VFS/audit.c
index aad483c295a..e2feedf83ba 100644
--- a/examples/VFS/audit.c
+++ b/examples/VFS/audit.c
@@ -88,6 +88,7 @@ struct vfs_ops audit_ops = {
NULL, /* read */
NULL, /* write */
NULL, /* lseek */
+ NULL, /* sendfile */
audit_rename,
NULL, /* fsync */
NULL, /* stat */