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:
Дмитрий Левин 2016-07-18 23:29:40 +00:00
parent 349750e1bc
commit 838306234f

View File

@ -1,3 +1,3 @@
{ 0, "SHUT_RD" },
{ 1, "SHUT_WR" },
{ 2, "SHUT_RDWR" },
SHUT_RD 0
SHUT_WR 1
SHUT_RDWR 2