summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr/src/uts/common/fs/bootfs/bootfs_vfsops.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/fs/bootfs/bootfs_vfsops.c b/usr/src/uts/common/fs/bootfs/bootfs_vfsops.c
index b87e4b738e..e642e86169 100644
--- a/usr/src/uts/common/fs/bootfs/bootfs_vfsops.c
+++ b/usr/src/uts/common/fs/bootfs/bootfs_vfsops.c
@@ -10,7 +10,7 @@
*/
/*
- * Copyright (c) 2014 Joyent, Inc. All rights reserved.
+ * Copyright (c) 2015 Joyent, Inc.
*/
#include <sys/errno.h>
@@ -227,6 +227,7 @@ static const fs_operation_def_t bootfs_vfsops_tmpl[] = {
VFSNAME_UNMOUNT, { .vfs_unmount = bootfs_unmount },
VFSNAME_ROOT, { .vfs_root = bootfs_root },
VFSNAME_STATVFS, { .vfs_statvfs = bootfs_statvfs },
+ NULL, NULL
};
static int