]> granicus.if.org Git - strace/commitdiff
xlat: add NETLINK_SMC
authorEugene Syromyatnikov <evgsyr@gmail.com>
Wed, 11 Apr 2018 11:49:03 +0000 (13:49 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 6 May 2018 15:34:41 +0000 (15:34 +0000)
* xlat/netlink_protocols.in (NETLINK_SMC): New constant, introduced
by Linux commit v4.11-rc1~94^2~43^2.

xlat/netlink_protocols.in

index 45116cf05dc81d2ef00aa38f57e0230375889969..a76ebd7e914fad71ba9e963939d964b333b641d0 100644 (file)
@@ -19,3 +19,4 @@ NETLINK_SCSITRANSPORT 18
 NETLINK_ECRYPTFS       19
 NETLINK_RDMA           20
 NETLINK_CRYPTO         21
+NETLINK_SMC            22