aboutsummaryrefslogtreecommitdiff
path: root/sys/tools/vnode_if.awk
diff options
context:
space:
mode:
authorMike Silbersack <silby@FreeBSD.org>2002-01-04 01:40:50 +0000
committerMike Silbersack <silby@FreeBSD.org>2002-01-04 01:40:50 +0000
commit91ea78c52a78f33c10b287f3217ffd838f558981 (patch)
tree18076449141f60dc1e35b3c3d8f23fb388e6006e /sys/tools/vnode_if.awk
parent5ddd093d2337b4b576d72546c7a219a7d2590e82 (diff)
Notes
Diffstat (limited to 'sys/tools/vnode_if.awk')
-rw-r--r--sys/tools/vnode_if.awk4
1 files changed, 2 insertions, 2 deletions
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 <sys/param.h>