mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
fw_stub: Don't add $FreeBSD$ to generated file
Sponsored by: Netflix
This commit is contained in:
parent
021c4fa6b0
commit
fa12e8fe51
1 changed files with 1 additions and 2 deletions
|
|
@ -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>");
|
||||
|
|
|
|||
Loading…
Reference in a new issue