kernel: fix xt_connmark.h
[openwrt/staging/wigyori.git] / target / linux / generic / hack-4.19 / 645-netfilter-connmark-introduce-set-dscpmark.patch
index a4f246d1127e561bd5c31fb6d6f777bd1dd11a0d..ca98187059ba9924e5123cbbc976ccd9cce2cd55 100644 (file)
@@ -87,8 +87,8 @@ Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
  };
  
  enum {
-+      XT_CONNMARK_VALUE = BIT(0),
-+      XT_CONNMARK_DSCP = BIT(1)
++      XT_CONNMARK_VALUE = (1 << 0),
++      XT_CONNMARK_DSCP = (1 << 1)
 +};
 +
 +enum {