diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-09-27 12:34:41 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-09-27 12:34:41 +0000 |
| commit | 25d6da1b5e588717b90db55ef4c90cda8cf1116c (patch) | |
| tree | 49edce14b7588a6951a2ab4b5f75ac34f4e4c2fa /sys/fs | |
| parent | 36449dc48e7ac475f08bd4ff0dbcf512dbfaf0f9 (diff) | |
Notes
Diffstat (limited to 'sys/fs')
| -rw-r--r-- | sys/fs/fdescfs/fdesc_vnops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/fdescfs/fdesc_vnops.c b/sys/fs/fdescfs/fdesc_vnops.c index 7513a53483b34..a3e4c12ec3455 100644 --- a/sys/fs/fdescfs/fdesc_vnops.c +++ b/sys/fs/fdescfs/fdesc_vnops.c @@ -78,7 +78,6 @@ static int fdesc_lookup(struct vop_lookup_args *ap); static int fdesc_open(struct vop_open_args *ap); static int fdesc_readdir(struct vop_readdir_args *ap); static int fdesc_reclaim(struct vop_reclaim_args *ap); -static int fdesc_poll(struct vop_poll_args *ap); static int fdesc_setattr(struct vop_setattr_args *ap); /* |
