]> granicus.if.org Git - strace/commitdiff
xlat: provide fallback definitions for netlink_ack_flags constants
authorEugene Syromyatnikov <evgsyr@gmail.com>
Wed, 9 Oct 2019 18:12:41 +0000 (20:12 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 12 Oct 2019 16:51:54 +0000 (16:51 +0000)
* xlat/netlink_ack_flags.in: Add fallback definitions.

References: https://bugzilla.redhat.com/show_bug.cgi?id=1758201

xlat/netlink_ack_flags.in

index 2aabb840b7186f5b0ee7dbfb13ee0728a4242848..8dd223ac4c8e431c4af860355a04d559eb8d4402 100644 (file)
@@ -1,2 +1,2 @@
-NLM_F_CAPPED
-NLM_F_ACK_TLVS
+NLM_F_CAPPED   0x100
+NLM_F_ACK_TLVS 0x200