summaryrefslogtreecommitdiffstats
path: root/sys/fs/fdescfs/fdesc_vnops.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-09-27 12:34:41 +0000
committerphk <phk@FreeBSD.org>2003-09-27 12:34:41 +0000
commit53154ee13f4980496641378baa100bcd7eb0c04c (patch)
tree49edce14b7588a6951a2ab4b5f75ac34f4e4c2fa /sys/fs/fdescfs/fdesc_vnops.c
parentf98b551eb138ed980295a1a86f7eec60d1122bba (diff)
downloadFreeBSD-src-53154ee13f4980496641378baa100bcd7eb0c04c.zip
FreeBSD-src-53154ee13f4980496641378baa100bcd7eb0c04c.tar.gz
forgot to remove static declaration of fdesc_poll()
Diffstat (limited to 'sys/fs/fdescfs/fdesc_vnops.c')
-rw-r--r--sys/fs/fdescfs/fdesc_vnops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/fdescfs/fdesc_vnops.c b/sys/fs/fdescfs/fdesc_vnops.c
index 7513a53..a3e4c12 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);
/*
OpenPOWER on IntegriCloud