summaryrefslogtreecommitdiffstats
path: root/sys/fs/portalfs
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-01-12 11:49:30 +0000
committereivind <eivind@FreeBSD.org>1999-01-12 11:49:30 +0000
commit62a88388759b72eeaf40aa2c6ed2d146fea2e1db (patch)
tree8ffed145100159d4e80df884708df43277b879f7 /sys/fs/portalfs
parent99c0da083373067f3ff8dc214c50dd144faf722b (diff)
downloadFreeBSD-src-62a88388759b72eeaf40aa2c6ed2d146fea2e1db.zip
FreeBSD-src-62a88388759b72eeaf40aa2c6ed2d146fea2e1db.tar.gz
Remove declarations for undefined functions and a couple of unused
enotsupp implementations.
Diffstat (limited to 'sys/fs/portalfs')
-rw-r--r--sys/fs/portalfs/portal_vnops.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/fs/portalfs/portal_vnops.c b/sys/fs/portalfs/portal_vnops.c
index 6ed96c5..819d636 100644
--- a/sys/fs/portalfs/portal_vnops.c
+++ b/sys/fs/portalfs/portal_vnops.c
@@ -35,7 +35,7 @@
*
* @(#)portal_vnops.c 8.14 (Berkeley) 5/21/95
*
- * $Id: portal_vnops.c,v 1.33 1998/06/10 21:21:31 dfr Exp $
+ * $Id: portal_vnops.c,v 1.34 1998/12/07 21:58:32 archie Exp $
*/
/*
@@ -68,7 +68,6 @@ static int portal_fileid = PORTAL_ROOTFILEID+1;
static int portal_badop __P((void));
static void portal_closefd __P((struct proc *p, int fd));
static int portal_connect __P((struct socket *so, struct socket *so2));
-static int portal_enotsupp __P((void));
static int portal_getattr __P((struct vop_getattr_args *ap));
static int portal_inactive __P((struct vop_inactive_args *ap));
static int portal_lookup __P((struct vop_lookup_args *ap));
@@ -576,16 +575,6 @@ portal_print(ap)
/*
- * Portal vnode unsupported operation
- */
-static int
-portal_enotsupp()
-{
-
- return (EOPNOTSUPP);
-}
-
-/*
* Portal "should never get here" operation
*/
static int
OpenPOWER on IntegriCloud