From: Eugene Syromyatnikov Date: Wed, 9 Oct 2019 18:12:41 +0000 (+0200) Subject: xlat: provide fallback definitions for netlink_ack_flags constants X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d520f3589728cd9b5bf9df993f8da0523f8be11;p=strace xlat: provide fallback definitions for netlink_ack_flags constants * xlat/netlink_ack_flags.in: Add fallback definitions. References: https://bugzilla.redhat.com/show_bug.cgi?id=1758201 --- diff --git a/xlat/netlink_ack_flags.in b/xlat/netlink_ack_flags.in index 2aabb840..8dd223ac 100644 --- a/xlat/netlink_ack_flags.in +++ b/xlat/netlink_ack_flags.in @@ -1,2 +1,2 @@ -NLM_F_CAPPED -NLM_F_ACK_TLVS +NLM_F_CAPPED 0x100 +NLM_F_ACK_TLVS 0x200