aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMike Silbersack <silby@FreeBSD.org>2002-01-03 21:53:09 +0000
committerMike Silbersack <silby@FreeBSD.org>2002-01-03 21:53:09 +0000
commitcd6fdcb9ac71ac3fd3f6cbc97a61a2faa0fa4c03 (patch)
treebfee338cc7b5cc5bfeabf338082f028e173c7d90 /sys
parentfa041d0395c5047b6f776b7294b0abb8b028bcb8 (diff)
downloadsrc-cd6fdcb9ac71ac3fd3f6cbc97a61a2faa0fa4c03.tar.gz
src-cd6fdcb9ac71ac3fd3f6cbc97a61a2faa0fa4c03.zip
Solve vnode_if.pl's identity crisis; make sure that it refers to itself
as vnode_if.pl instead of vnode_if.sh. PR: 33509 MFC after: 3 weeks
Notes
Notes: svn path=/head/; revision=88858
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/vnode_if.pl8
-rw-r--r--sys/tools/vnode_if.awk8
2 files changed, 8 insertions, 8 deletions
diff --git a/sys/kern/vnode_if.pl b/sys/kern/vnode_if.pl
index 32eabfef1007..795110cdba54 100644
--- a/sys/kern/vnode_if.pl
+++ b/sys/kern/vnode_if.pl
@@ -37,7 +37,7 @@
#
# Script to produce VFS front-end sugar.
#
-# usage: vnode_if.sh srcfile
+# usage: vnode_if.pl srcfile
# (where srcfile is currently /sys/kern/vnode_if.src)
#
@@ -62,7 +62,7 @@ while (my $arg = shift @ARGV) {
} elsif ($arg =~ m/\.src$/) {
$srcfile = $arg;
} else {
- print "usage: vnode_if.sh [-c] [-h] srcfile\n";
+ print "usage: vnode_if.pl [-c] [-h] srcfile\n";
exit(1);
}
}
@@ -84,7 +84,7 @@ if ($hfile) {
* This file is produced automatically.
* Do not modify anything in here by hand.
*
- * Created from @(#)vnode_if.sh 8.1 (Berkeley) 6/10/93
+ * Created from $FreeBSD$
*/
extern struct vnodeop_desc vop_default_desc;
@@ -100,7 +100,7 @@ if ($cfile) {
* This file is produced automatically.
* Do not modify anything in here by hand.
*
- * Created from @(#)vnode_if.sh 8.1 (Berkeley) 6/10/93
+ * Created from $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/tools/vnode_if.awk b/sys/tools/vnode_if.awk
index 32eabfef1007..795110cdba54 100644
--- a/sys/tools/vnode_if.awk
+++ b/sys/tools/vnode_if.awk
@@ -37,7 +37,7 @@
#
# Script to produce VFS front-end sugar.
#
-# usage: vnode_if.sh srcfile
+# usage: vnode_if.pl srcfile
# (where srcfile is currently /sys/kern/vnode_if.src)
#
@@ -62,7 +62,7 @@ while (my $arg = shift @ARGV) {
} elsif ($arg =~ m/\.src$/) {
$srcfile = $arg;
} else {
- print "usage: vnode_if.sh [-c] [-h] srcfile\n";
+ print "usage: vnode_if.pl [-c] [-h] srcfile\n";
exit(1);
}
}
@@ -84,7 +84,7 @@ if ($hfile) {
* This file is produced automatically.
* Do not modify anything in here by hand.
*
- * Created from @(#)vnode_if.sh 8.1 (Berkeley) 6/10/93
+ * Created from $FreeBSD$
*/
extern struct vnodeop_desc vop_default_desc;
@@ -100,7 +100,7 @@ if ($cfile) {
* This file is produced automatically.
* Do not modify anything in here by hand.
*
- * Created from @(#)vnode_if.sh 8.1 (Berkeley) 6/10/93
+ * Created from $FreeBSD$
*/
#include <sys/param.h>