diff options
| author | Gary Palmer <gpalmer@FreeBSD.org> | 1996-06-12 05:11:41 +0000 |
|---|---|---|
| committer | Gary Palmer <gpalmer@FreeBSD.org> | 1996-06-12 05:11:41 +0000 |
| commit | c23670e2949d9e72d99006b4f3be147c712f2f89 (patch) | |
| tree | c727af841ff654969571e10a8dc92e2a987cd0c2 /sys/miscfs/fdesc | |
| parent | 1409e0b3841780591862f4165059fbfe400a0e0d (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/fdesc')
| -rw-r--r-- | sys/miscfs/fdesc/fdesc_vnops.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/miscfs/fdesc/fdesc_vnops.c b/sys/miscfs/fdesc/fdesc_vnops.c index c563298346ef5..27adb432f0f11 100644 --- a/sys/miscfs/fdesc/fdesc_vnops.c +++ b/sys/miscfs/fdesc/fdesc_vnops.c @@ -35,7 +35,7 @@ * * @(#)fdesc_vnops.c 8.9 (Berkeley) 1/21/94 * - * $Id: fdesc_vnops.c,v 1.15 1995/12/08 11:17:40 julian Exp $ + * $Id: fdesc_vnops.c,v 1.16 1996/06/12 03:37:02 davidg Exp $ */ /* @@ -98,7 +98,6 @@ static struct fdcache * static int fdesc_inactive __P((struct vop_inactive_args *ap)); static int fdesc_ioctl __P((struct vop_ioctl_args *ap)); static int fdesc_lookup __P((struct vop_lookup_args *ap)); -static int fdesc_nullop __P((void)); static int fdesc_open __P((struct vop_open_args *ap)); static int fdesc_pathconf __P((struct vop_pathconf_args *ap)); static int fdesc_print __P((struct vop_print_args *ap)); @@ -925,16 +924,6 @@ fdesc_badop() /* NOTREACHED */ } -/* - * /dev/fd vnode null operation - */ -static int -fdesc_nullop() -{ - - return (0); -} - #define fdesc_create ((int (*) __P((struct vop_create_args *)))fdesc_enotsupp) #define fdesc_mknod ((int (*) __P((struct vop_mknod_args *)))fdesc_enotsupp) #define fdesc_close ((int (*) __P((struct vop_close_args *)))nullop) |
