top(1): fix "variable without declaration" warning
This is only shown at WARNS=6, but since we don't yet build at WARNS=2 its hidden.
This commit is contained in:
parent
666cf87393
commit
4e33a6b507
@ -9,7 +9,7 @@ BEGIN {
|
||||
print " const char * const name;"
|
||||
print " const int number;"
|
||||
print "};\n"
|
||||
print "struct sigdesc sigdesc[] = {"
|
||||
print "static struct sigdesc sigdesc[] = {"
|
||||
}
|
||||
|
||||
/^#define[ \t][ \t]*SIG[A-Z]+[0-9]*[ \t]/ {
|
||||
|
Loading…
x
Reference in New Issue
Block a user