summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-01-05 18:12:29 +0000
committereivind <eivind@FreeBSD.org>1999-01-05 18:12:29 +0000
commit2b3e3223c1d6d17e4bd085292a6424a37b58fb23 (patch)
tree483682948a187402d42cc80ea59f23a4f075a77d /sys/kern
parentd5e9f591c18b5d79ca1b79fbf732e172291d6380 (diff)
downloadFreeBSD-src-2b3e3223c1d6d17e4bd085292a6424a37b58fb23.zip
FreeBSD-src-2b3e3223c1d6d17e4bd085292a6424a37b58fb23.tar.gz
Finish staticization.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/vfs_export.c10
-rw-r--r--sys/kern/vfs_subr.c10
2 files changed, 10 insertions, 10 deletions
diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c
index f8bc7f7..9b7e241 100644
--- a/sys/kern/vfs_export.c
+++ b/sys/kern/vfs_export.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_subr.c 8.31 (Berkeley) 5/26/95
- * $Id: vfs_subr.c,v 1.177 1998/12/24 12:07:16 bde Exp $
+ * $Id: vfs_subr.c,v 1.178 1999/01/02 11:34:55 bde Exp $
*/
/*
@@ -2693,12 +2693,12 @@ vn_pollgone(vp)
* Routine to create and manage a filesystem syncer vnode.
*/
#define sync_close ((int (*) __P((struct vop_close_args *)))nullop)
-int sync_fsync __P((struct vop_fsync_args *));
-int sync_inactive __P((struct vop_inactive_args *));
-int sync_reclaim __P((struct vop_reclaim_args *));
+static int sync_fsync __P((struct vop_fsync_args *));
+static int sync_inactive __P((struct vop_inactive_args *));
+static int sync_reclaim __P((struct vop_reclaim_args *));
#define sync_lock ((int (*) __P((struct vop_lock_args *)))vop_nolock)
#define sync_unlock ((int (*) __P((struct vop_unlock_args *)))vop_nounlock)
-int sync_print __P((struct vop_print_args *));
+static int sync_print __P((struct vop_print_args *));
#define sync_islocked ((int(*) __P((struct vop_islocked_args *)))vop_noislocked)
static vop_t **sync_vnodeop_p;
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index f8bc7f7..9b7e241 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_subr.c 8.31 (Berkeley) 5/26/95
- * $Id: vfs_subr.c,v 1.177 1998/12/24 12:07:16 bde Exp $
+ * $Id: vfs_subr.c,v 1.178 1999/01/02 11:34:55 bde Exp $
*/
/*
@@ -2693,12 +2693,12 @@ vn_pollgone(vp)
* Routine to create and manage a filesystem syncer vnode.
*/
#define sync_close ((int (*) __P((struct vop_close_args *)))nullop)
-int sync_fsync __P((struct vop_fsync_args *));
-int sync_inactive __P((struct vop_inactive_args *));
-int sync_reclaim __P((struct vop_reclaim_args *));
+static int sync_fsync __P((struct vop_fsync_args *));
+static int sync_inactive __P((struct vop_inactive_args *));
+static int sync_reclaim __P((struct vop_reclaim_args *));
#define sync_lock ((int (*) __P((struct vop_lock_args *)))vop_nolock)
#define sync_unlock ((int (*) __P((struct vop_unlock_args *)))vop_nounlock)
-int sync_print __P((struct vop_print_args *));
+static int sync_print __P((struct vop_print_args *));
#define sync_islocked ((int(*) __P((struct vop_islocked_args *)))vop_noislocked)
static vop_t **sync_vnodeop_p;
OpenPOWER on IntegriCloud