top(1): be constant in a structure
This silences some warnings that are still hidden since the remainder of top(1) does not build with higher WARNS yet.
This commit is contained in:
parent
5d9bb5d96d
commit
b8b7822214
@ -6,8 +6,8 @@ BEGIN {
|
||||
print "/* This file was automatically generated */"
|
||||
print "/* by the awk script \"sigconv.awk\". */\n"
|
||||
print "struct sigdesc {"
|
||||
print " char *name;"
|
||||
print " int number;"
|
||||
print " const char * const name;"
|
||||
print " const int number;"
|
||||
print "};\n"
|
||||
print "struct sigdesc sigdesc[] = {"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user