From: Dmitry V. Levin Date: Mon, 9 Jan 2017 00:13:58 +0000 (+0000) Subject: xlat: provide fallback definitions for BSG_FLAG_* constants X-Git-Tag: v4.16~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eac07b2bd689ef4b9ad2d8a25c6893f1afeec292;p=strace xlat: provide fallback definitions for BSG_FLAG_* constants BSG_FLAG_* constants were introduced later than the header file where they are defined. * xlat/bsg_flags.in: Add default values for constants. --- diff --git a/xlat/bsg_flags.in b/xlat/bsg_flags.in index 2f7bb027..6ef77729 100644 --- a/xlat/bsg_flags.in +++ b/xlat/bsg_flags.in @@ -1,2 +1,2 @@ -BSG_FLAG_Q_AT_TAIL -BSG_FLAG_Q_AT_HEAD +BSG_FLAG_Q_AT_TAIL 0x10 +BSG_FLAG_Q_AT_HEAD 0x20