1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-14 14:55:41 +00:00

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
This commit is contained in:
Mike Silbersack 2002-01-03 21:53:09 +00:00
parent fa041d0395
commit cd6fdcb9ac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88858
2 changed files with 8 additions and 8 deletions

View File

@ -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>

View File

@ -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>