Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102913663
D46300.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
637 B
Referenced Files
None
Subscribers
None
D46300.diff
View Options
diff --git a/sys/tools/sdiodevs2h.awk b/sys/tools/sdiodevs2h.awk
--- a/sys/tools/sdiodevs2h.awk
+++ b/sys/tools/sdiodevs2h.awk
@@ -44,9 +44,6 @@
printf("/*\n") > file
printf(" * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
> file
- printf(" *\n") > file
- printf(" * generated from:\n") > file
- printf(" *\t%s\n", VERSION) > file
printf(" */\n") > file
}
@@ -233,13 +230,10 @@
while ((getline < srcfile) > 0) {
line++;
if (line == 1) {
- VERSION = $0
- gsub("\\$", "", VERSION)
if (dfile)
header(dfile)
if (hfile)
header(hfile)
- continue;
}
if ($1 == "vendor") {
vendor(hfile)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 4:38 PM (21 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
11217293
Default Alt Text
D46300.diff (637 B)
Attached To
Mode
D46300: ools/sdiodevs2h.awk: fix after removal of $FreeBSD$
Attached
Detach File
Event Timeline
Log In to Comment