summaryrefslogtreecommitdiff
path: root/sys/miscfs/umapfs/umap.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/miscfs/umapfs/umap.h')
-rw-r--r--sys/miscfs/umapfs/umap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/umapfs/umap.h b/sys/miscfs/umapfs/umap.h
index e0e31727fa9..955d2096435 100644
--- a/sys/miscfs/umapfs/umap.h
+++ b/sys/miscfs/umapfs/umap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: umap.h,v 1.3 1996/02/29 13:08:04 niklas Exp $ */
+/* $OpenBSD: umap.h,v 1.4 1996/03/02 00:08:02 niklas Exp $ */
/* $NetBSD: umap.h,v 1.6 1996/02/09 22:41:00 christos Exp $ */
/*
@@ -91,6 +91,6 @@ extern struct vnode *umap_checkvp __P((struct vnode *vp, char *fil, int lno));
extern int (**umap_vnodeop_p) __P((void *));
extern struct vfsops umap_vfsops;
-int umapfs_init __P((void));
+void umapfs_init __P((void));
#endif /* _KERNEL */