git: fa12e8fe5145 - main - fw_stub: Don't add $FreeBSD$ to generated file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Aug 2023 06:28:10 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=fa12e8fe5145722728bac4e394edb11b2a86c675 commit fa12e8fe5145722728bac4e394edb11b2a86c675 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2023-08-16 06:21:20 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2023-08-16 06:23:37 +0000 fw_stub: Don't add $FreeBSD$ to generated file Sponsored by: Netflix --- 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>");