summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/devfs
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/miscfs/devfs
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/miscfs/devfs')
-rw-r--r--sys/miscfs/devfs/devfs_vnops.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/miscfs/devfs/devfs_vnops.c b/sys/miscfs/devfs/devfs_vnops.c
index e6857d8..e9bdc2a 100644
--- a/sys/miscfs/devfs/devfs_vnops.c
+++ b/sys/miscfs/devfs/devfs_vnops.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: devfs_vnops.c,v 1.63 1998/12/07 21:58:30 archie Exp $
+ * $Id: devfs_vnops.c,v 1.64 1998/12/15 23:46:59 eivind Exp $
*/
@@ -1285,16 +1285,6 @@ devfs_print(struct vop_print_args *ap)
* pseudo ops *
\**************************************************************************/
-/*
- * /devfs vnode unsupported operation
- */
-static int
-devfs_enotsupp(void *junk)
-{
-
- return (EOPNOTSUPP);
-}
-
/*proto*/
void
devfs_dropvnode(dn_p dnp)
OpenPOWER on IntegriCloud