diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2023-09-25 14:46:53 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2023-09-25 14:46:53 +0000 |
| commit | bd524e2ddb77e1c691f308359ab917414ecb8bed (patch) | |
| tree | 5f3d18149264743c3fa235b23e0710bd84818063 /sys | |
| parent | 7736786b08e8c9edb07088db3229695d0afed600 (diff) | |
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/videomode/devlist2h.awk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/videomode/devlist2h.awk b/sys/dev/videomode/devlist2h.awk index 2bae373cd307..7fc75df2e8d0 100644 --- a/sys/dev/videomode/devlist2h.awk +++ b/sys/dev/videomode/devlist2h.awk @@ -39,7 +39,6 @@ NR == 1 { gsub("\\$", "", VERSION) gsub(/ $/, "", VERSION) - printf("/*\t$FreeBSD" "$\t*/\n\n") > dfile printf("/*\n") > dfile printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ > dfile @@ -48,7 +47,6 @@ NR == 1 { printf(" *\t%s\n", VERSION) > dfile printf(" */\n") > dfile - printf("/*\t$NetBSD" "$\t*/\n\n") > hfile printf("/*\n") > hfile printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ > hfile |
