summaryrefslogtreecommitdiffstats
path: root/sys/miscfs
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-09-07 06:46:34 +0000
committerbde <bde@FreeBSD.org>1997-09-07 06:46:34 +0000
commit2075d422d2e14fa0f55c71e4790fd46d0979a7a1 (patch)
tree05c66e69944bc183b56d4de3490d52e83a1f24dc /sys/miscfs
parente499dfd06df024bd144272e8a2f6ed93c0bf4dc0 (diff)
downloadFreeBSD-src-2075d422d2e14fa0f55c71e4790fd46d0979a7a1.zip
FreeBSD-src-2075d422d2e14fa0f55c71e4790fd46d0979a7a1.tar.gz
Staticized.
Diffstat (limited to 'sys/miscfs')
-rw-r--r--sys/miscfs/union/union_vnops.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/miscfs/union/union_vnops.c b/sys/miscfs/union/union_vnops.c
index adaaa4f..ecb8fc1 100644
--- a/sys/miscfs/union/union_vnops.c
+++ b/sys/miscfs/union/union_vnops.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)union_vnops.c 8.32 (Berkeley) 6/23/95
- * $Id: union_vnops.c,v 1.39 1997/09/02 20:06:13 bde Exp $
+ * $Id: union_vnops.c,v 1.40 1997/09/04 03:14:49 kato Exp $
*/
#include <sys/param.h>
@@ -1755,7 +1755,7 @@ union_strategy(ap)
* Global vfs data structures
*/
vop_t **union_vnodeop_p;
-struct vnodeopv_entry_desc union_vnodeop_entries[] = {
+static struct vnodeopv_entry_desc union_vnodeop_entries[] = {
{ &vop_default_desc, (vop_t *)vn_default_error },
{ &vop_lookup_desc, (vop_t *)union_lookup }, /* lookup */
{ &vop_create_desc, (vop_t *)union_create }, /* create */
@@ -1804,7 +1804,7 @@ struct vnodeopv_entry_desc union_vnodeop_entries[] = {
#endif
{ NULL, NULL }
};
-struct vnodeopv_desc union_vnodeop_opv_desc =
+static struct vnodeopv_desc union_vnodeop_opv_desc =
{ &union_vnodeop_p, union_vnodeop_entries };
VNODEOP_SET(union_vnodeop_opv_desc);
OpenPOWER on IntegriCloud