summaryrefslogtreecommitdiffstats
path: root/sys/kern/vnode_if.pl
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-10-29 15:33:36 +0000
committerphk <phk@FreeBSD.org>1995-10-29 15:33:36 +0000
commit88d6fa4d4abcae38b7ea2520fe4f00203d58d677 (patch)
tree5994df578f3d766b837fe6548617062ae4661aac /sys/kern/vnode_if.pl
parentcc116c7cb7917f4b59507c90c1b0c2a45b1f6364 (diff)
downloadFreeBSD-src-88d6fa4d4abcae38b7ea2520fe4f00203d58d677.zip
FreeBSD-src-88d6fa4d4abcae38b7ea2520fe4f00203d58d677.tar.gz
Second batch of cleanup changes.
This time mostly making a lot of things static and some unused variables here and there.
Diffstat (limited to 'sys/kern/vnode_if.pl')
-rw-r--r--sys/kern/vnode_if.pl4
1 files changed, 2 insertions, 2 deletions
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;
OpenPOWER on IntegriCloud