diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2004-07-17 23:56:24 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2004-07-17 23:56:24 +0000 |
| commit | 2603507443a1bb1cbad6d2d0e4895453c8ed4358 (patch) | |
| tree | d2b8f43514576de0f98decf18216742f3e3419e0 | |
| parent | 86db59f8abcaead4baf23ec8fe1e2d01243baf1e (diff) | |
Notes
| -rw-r--r-- | sys/sys/mount.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h index e0893c9b4e272..a9b7081de4163 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -536,7 +536,9 @@ struct vfsops { #fsname, \ -1, \ 0, \ - flags \ + flags, \ + NULL, \ + NULL \ }; \ static moduledata_t fsname ## _mod = { \ #fsname, \ |
