git: 750a49b606f1 - main - vnode_if: Don't add $FreeBSD$ to the output
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Aug 2023 06:28:11 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=750a49b606f173fdc2a53461882260fcf6a407f1
commit 750a49b606f173fdc2a53461882260fcf6a407f1
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-08-16 06:22:54 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-08-16 06:23:39 +0000
vnode_if: Don't add $FreeBSD$ to the output
Sponsored by: Netflix
---
sys/tools/vnode_if.awk | 2 --
1 file changed, 2 deletions(-)
diff --git a/sys/tools/vnode_if.awk b/sys/tools/vnode_if.awk
index 7fdaca208a9b..f27fc0486f36 100644
--- a/sys/tools/vnode_if.awk
+++ b/sys/tools/vnode_if.awk
@@ -173,8 +173,6 @@ common_head = \
"/*\n" \
" * This file is " generated " automatically.\n" \
" * Do not modify anything in here by hand.\n" \
- " *\n" \
- " * Created from $FreeBSD$\n" \
" */\n" \
"\n";