From 6cc0a06d0dcf178b024f11a248a46dbeb5c00fe2 Mon Sep 17 00:00:00 2001 From: silby Date: Fri, 4 Jan 2002 01:40:50 +0000 Subject: [PATCH] Remove $FreeBSD$s from previous commit; perl thinks that they're something to be interpreted. Urk. --- sys/kern/vnode_if.pl | 4 ++-- sys/tools/vnode_if.awk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/kern/vnode_if.pl b/sys/kern/vnode_if.pl index 795110cdba54..944232edb0a4 100644 --- a/sys/kern/vnode_if.pl +++ b/sys/kern/vnode_if.pl @@ -84,7 +84,7 @@ if ($hfile) { * This file is produced automatically. * Do not modify anything in here by hand. * - * Created from $FreeBSD$ + * Created from src/sys/kern/vnode_if.pl */ 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 $FreeBSD$ + * Created from src/sys/kern/vnode_if.pl */ #include diff --git a/sys/tools/vnode_if.awk b/sys/tools/vnode_if.awk index 795110cdba54..944232edb0a4 100644 --- a/sys/tools/vnode_if.awk +++ b/sys/tools/vnode_if.awk @@ -84,7 +84,7 @@ if ($hfile) { * This file is produced automatically. * Do not modify anything in here by hand. * - * Created from $FreeBSD$ + * Created from src/sys/kern/vnode_if.pl */ 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 $FreeBSD$ + * Created from src/sys/kern/vnode_if.pl */ #include