Updated mkprod.awk for Debian Woody
This commit is contained in:
@@ -7,7 +7,7 @@ BEGIN {
|
||||
}
|
||||
/^[^;]/ {
|
||||
if ($2 != "DROPPED")
|
||||
print " {0x" $1 ",\(char \*\)\"" $2 "\"},"
|
||||
print " {0x" $1 ",(char *)\"" $2 "\"},"
|
||||
}
|
||||
END {
|
||||
print " {0xff,(char*)0L}"
|
||||
|
Reference in New Issue
Block a user