]> granicus.if.org Git - strace/commitdiff
xlat: update IFF_* constants
authorEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 7 May 2018 07:09:30 +0000 (09:09 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 7 May 2018 21:45:46 +0000 (21:45 +0000)
* xlat/iffflags.in (IFF_DYNAMIC): New constant, had been introduced
before the current git repository was conceived.
(IFF_LOWER_UP, IFF_DORMANT): New constants, introduced by Linux commit
v2.6.17-rc1~1175^2~206.
(IFF_ECHO): New constant, introduced by Linux commit
v2.6.25-rc1~1162^2~1415.

xlat/iffflags.in

index a6249b05c2d6784e8cf9eb982654a528c425f9a4..9f2217e4dc1f23527d2c0360304091e3abb61198 100644 (file)
@@ -13,3 +13,7 @@ IFF_SLAVE
 IFF_MULTICAST
 IFF_PORTSEL
 IFF_AUTOMEDIA
+IFF_DYNAMIC
+IFF_LOWER_UP
+IFF_DORMANT
+IFF_ECHO