diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-11-09 08:17:23 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-11-09 08:17:23 +0000 |
| commit | f57e65478df5b3ada8a4f7afb89a6cc633bb55fd (patch) | |
| tree | d1df2f42cd1cf04bc5757d3dff0d353c3e6a3a58 /sys/miscfs/nullfs/null.h | |
| parent | 932c2f65d3ce95d07fb96839ebb32c8953771e27 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/nullfs/null.h')
| -rw-r--r-- | sys/miscfs/nullfs/null.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/nullfs/null.h b/sys/miscfs/nullfs/null.h index 14286ffeee0c..f95724970d65 100644 --- a/sys/miscfs/nullfs/null.h +++ b/sys/miscfs/nullfs/null.h @@ -35,7 +35,7 @@ * * @(#)null.h 8.2 (Berkeley) 1/21/94 * - * $Id: lofs.h,v 1.8 1992/05/30 10:05:43 jsp Exp jsp $ + * $Id: null.h,v 1.1.1.1 1994/05/24 10:05:04 rgrimes Exp $ */ struct null_args { @@ -70,6 +70,6 @@ extern struct vnode *null_checkvp __P((struct vnode *vp, char *fil, int lno)); #define NULLVPTOLOWERVP(vp) (VTONULL(vp)->null_lowervp) #endif -extern int (**null_vnodeop_p)(); +extern vop_t **null_vnodeop_p; extern struct vfsops null_vfsops; #endif /* KERNEL */ |
