aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/mfsnode.h
diff options
context:
space:
mode:
authorsvn2git <svn2git@FreeBSD.org>1994-05-01 08:00:00 +0000
committersvn2git <svn2git@FreeBSD.org>1994-05-01 08:00:00 +0000
commita16f65c7d117419bd266c28a1901ef129a337569 (patch)
tree2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /sys/ufs/mfsnode.h
parent8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff)
This commit was manufactured to restore the state of the 1.1-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'sys/ufs/mfsnode.h')
-rw-r--r--sys/ufs/mfsnode.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/sys/ufs/mfsnode.h b/sys/ufs/mfsnode.h
index 9cd1c29e4845..186a0804d9a5 100644
--- a/sys/ufs/mfsnode.h
+++ b/sys/ufs/mfsnode.h
@@ -31,9 +31,12 @@
* SUCH DAMAGE.
*
* from: @(#)mfsnode.h 7.3 (Berkeley) 4/16/91
- * $Id: mfsnode.h,v 1.2 1993/10/16 18:17:46 rgrimes Exp $
+ * $Id: mfsnode.h,v 1.4 1993/11/25 01:38:26 wollman Exp $
*/
+#ifndef _UFS_MFSNODE_H_
+#define _UFS_MFSNODE_H_ 1
+
/*
* This structure defines the control data for the memory
* based file system.
@@ -185,7 +188,7 @@ int mfs_bmap __P((
daddr_t *bnp));
int mfs_strategy __P((
struct buf *bp));
-int mfs_print __P((
+void mfs_print __P((
struct vnode *vp));
#define mfs_islocked ((int (*) __P(( \
struct vnode *vp))) nullop)
@@ -195,3 +198,7 @@ int mfs_print __P((
int op, \
struct flock *fl, \
int flags))) mfs_badop)
+
+void mfs_doio(struct buf *, caddr_t);
+
+#endif /* _UFS_MFSNODE_H_ */