git: 2fd33c50012a - stable/13 - fw_stub: Don't add $FreeBSD$ to generated file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Aug 2023 17:49:18 UTC
The branch stable/13 has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=2fd33c50012ae70be8cb12bfee67ac778f69cdd9
commit 2fd33c50012ae70be8cb12bfee67ac778f69cdd9
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-08-16 06:21:20 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-08-23 17:43:18 +0000
fw_stub: Don't add $FreeBSD$ to generated file
Sponsored by: Netflix
(cherry picked from commit fa12e8fe5145722728bac4e394edb11b2a86c675)
---
sys/tools/fw_stub.awk | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sys/tools/fw_stub.awk b/sys/tools/fw_stub.awk
index c769c0a5721d..7e4c482a3a37 100644
--- a/sys/tools/fw_stub.awk
+++ b/sys/tools/fw_stub.awk
@@ -126,8 +126,7 @@ gsub(/[-\.]/, "_", modname);
# Avoid a literal generated file tag here.
generated = "@" "generated";
printc("/*\
- * Automatically " generated " by:\
- * $FreeBSD$\
+ * Automatically " generated "\
*/");
printc("#include <sys/param.h>");
printc("#include <sys/errno.h>");