xlat/shutdown_modes.in: convert to modern syntax
* xlat/shutdown_modes.in: Replace open-coded xlat table with a list of constants.
This commit is contained in:
parent
349750e1bc
commit
838306234f
@ -1,3 +1,3 @@
|
||||
{ 0, "SHUT_RD" },
|
||||
{ 1, "SHUT_WR" },
|
||||
{ 2, "SHUT_RDWR" },
|
||||
SHUT_RD 0
|
||||
SHUT_WR 1
|
||||
SHUT_RDWR 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user