diff options
| author | David Greenman <dg@FreeBSD.org> | 1994-08-20 03:49:02 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1994-08-20 03:49:02 +0000 |
| commit | 7b42c960f8b8e5e4f908e56bf5390688047d945d (patch) | |
| tree | f43f29ef28a2342dd7be499cf286557b75ae9f56 /sys/miscfs/nullfs | |
| parent | 6d4868c58425bbf5b199b37e2d811e5df9b17d33 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/nullfs')
| -rw-r--r-- | sys/miscfs/nullfs/null_vnops.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/miscfs/nullfs/null_vnops.c b/sys/miscfs/nullfs/null_vnops.c index 0fed55342f65..d6e0cd7f7a75 100644 --- a/sys/miscfs/nullfs/null_vnops.c +++ b/sys/miscfs/nullfs/null_vnops.c @@ -35,7 +35,7 @@ * * @(#)null_vnops.c 8.1 (Berkeley) 6/10/93 * - * $Id$ + * $Id: null_vnops.c,v 1.2 1994/08/02 07:45:06 davidg Exp $ */ /* @@ -207,7 +207,6 @@ null_bypass(ap) <other random data follows, presumably> } */ *ap; { - extern int (**null_vnodeop_p)(); /* not extern, really "forward" */ register struct vnode **this_vp_p; int error; struct vnode *old_vps[VDESC_MAX_VPS]; |
