summaryrefslogtreecommitdiff
path: root/sys/miscfs/specfs/specdev.h
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-11-09 08:17:23 +0000
committerBruce Evans <bde@FreeBSD.org>1995-11-09 08:17:23 +0000
commitf57e65478df5b3ada8a4f7afb89a6cc633bb55fd (patch)
treed1df2f42cd1cf04bc5757d3dff0d353c3e6a3a58 /sys/miscfs/specfs/specdev.h
parent932c2f65d3ce95d07fb96839ebb32c8953771e27 (diff)
Notes
Diffstat (limited to 'sys/miscfs/specfs/specdev.h')
-rw-r--r--sys/miscfs/specfs/specdev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/specfs/specdev.h b/sys/miscfs/specfs/specdev.h
index 3ef7359f194e..01a799b6834a 100644
--- a/sys/miscfs/specfs/specdev.h
+++ b/sys/miscfs/specfs/specdev.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)specdev.h 8.2 (Berkeley) 2/2/94
- * $Id: specdev.h,v 1.3 1995/07/29 11:40:32 bde Exp $
+ * $Id: specdev.h,v 1.4 1995/10/23 02:22:51 dyson Exp $
*/
/*
@@ -73,7 +73,7 @@ extern struct vnode *speclisth[SPECHSZ];
/*
* Prototypes for special file operations on vnodes.
*/
-extern int (**spec_vnodeop_p)();
+extern vop_t **spec_vnodeop_p;
struct nameidata;
struct componentname;
struct ucred;