summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_init.c
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-09-22 22:10:49 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-09-22 22:10:49 +0000
commite21fa31a8edd19d1cdc670965d3430a269da3266 (patch)
treec43434ec2d5649116c2c25d2a3bae6252459a4ba /sys/kern/vfs_init.c
parentd475634fe501a3a38c2506b44fec92aacc4d7c84 (diff)
Notes
Diffstat (limited to 'sys/kern/vfs_init.c')
-rw-r--r--sys/kern/vfs_init.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c
index b829b48b61f3..398467d4162b 100644
--- a/sys/kern/vfs_init.c
+++ b/sys/kern/vfs_init.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_init.c 8.3 (Berkeley) 1/4/94
- * $Id: vfs_init.c,v 1.5 1994/09/21 03:46:48 wollman Exp $
+ * $Id: vfs_init.c,v 1.6 1994/09/22 01:05:09 wollman Exp $
*/
@@ -326,3 +326,11 @@ fs_sysctl(name, namelen, oldp, oldlenp, newp, newlen, p)
/* NOTREACHED */
}
+/*
+ * This goop is here to support a loadable NFS module... grumble...
+ */
+void (*lease_check) __P((struct vnode *, struct proc *, struct ucred *, int))
+ = 0;
+void (*lease_updatetime) __P((int))
+ = 0;
+