summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs/ext2_readwrite.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/gnu/ext2fs/ext2_readwrite.c')
-rw-r--r--sys/gnu/ext2fs/ext2_readwrite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/gnu/ext2fs/ext2_readwrite.c b/sys/gnu/ext2fs/ext2_readwrite.c
index 8deb0b1..093f7fb 100644
--- a/sys/gnu/ext2fs/ext2_readwrite.c
+++ b/sys/gnu/ext2fs/ext2_readwrite.c
@@ -55,7 +55,7 @@
* Vnode op for reading.
*/
/* ARGSUSED */
-int
+static int
READ(ap)
struct vop_read_args /* {
struct vnode *a_vp;
@@ -159,7 +159,7 @@ READ(ap)
/*
* Vnode op for writing.
*/
-int
+static int
WRITE(ap)
struct vop_write_args /* {
struct vnode *a_vp;
OpenPOWER on IntegriCloud