diff options
author | silby <silby@FreeBSD.org> | 2002-01-04 01:40:50 +0000 |
---|---|---|
committer | silby <silby@FreeBSD.org> | 2002-01-04 01:40:50 +0000 |
commit | 6cc0a06d0dcf178b024f11a248a46dbeb5c00fe2 (patch) | |
tree | 18076449141f60dc1e35b3c3d8f23fb388e6006e /sys/tools | |
parent | c7b71266e628c4538b327973a4e90ee7cf92f905 (diff) | |
download | FreeBSD-src-6cc0a06d0dcf178b024f11a248a46dbeb5c00fe2.zip FreeBSD-src-6cc0a06d0dcf178b024f11a248a46dbeb5c00fe2.tar.gz |
Remove $FreeBSD$s from previous commit; perl thinks that they're
something to be interpreted. Urk.
Diffstat (limited to 'sys/tools')
-rw-r--r-- | sys/tools/vnode_if.awk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/tools/vnode_if.awk b/sys/tools/vnode_if.awk index 795110c..944232e 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 <sys/param.h> |