From 88d6fa4d4abcae38b7ea2520fe4f00203d58d677 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 29 Oct 1995 15:33:36 +0000 Subject: Second batch of cleanup changes. This time mostly making a lot of things static and some unused variables here and there. --- sys/kern/vnode_if.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/kern/vnode_if.pl') diff --git a/sys/kern/vnode_if.pl b/sys/kern/vnode_if.pl index b89ca15..6994f22 100644 --- a/sys/kern/vnode_if.pl +++ b/sys/kern/vnode_if.pl @@ -32,7 +32,7 @@ # SUCH DAMAGE. # # @(#)vnode_if.sh 8.1 (Berkeley) 6/10/93 -# $Id: vnode_if.sh,v 1.5 1995/09/04 00:20:18 dyson Exp $ +# $Id: vnode_if.sh,v 1.6 1995/09/11 16:05:16 bde Exp $ # # Script to produce VFS front-end sugar. @@ -275,7 +275,7 @@ $AWK 'function kill_surrounding_ws (s) { } function generate_operation_vp_offsets() { - printf ("int %s_vp_offsets[] = {\n", name); + printf ("static int %s_vp_offsets[] = {\n", name); # as a side effect, figure out the releflags releflags = ""; vpnum = 0; -- cgit v1.1