]> git.pld-linux.org Git - packages/ipset.git/commitdiff
- relax the test for netlink_ack
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 10 Mar 2019 17:08:18 +0000 (18:08 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 10 Mar 2019 17:08:18 +0000 (18:08 +0100)
kernel-5.0.patch

index c6f65a98c167f8b053d4d2643575a60d975b684a..e9df12b2cee23e882a2f31ac984029151541951c 100644 (file)
@@ -5,7 +5,7 @@
  AC_MSG_CHECKING([kernel source for netlink extended ACK])
  if test -f $ksourcedir/include/linux/netlink.h && \
 -   $AWK '/^extern void netlink_ack\(/,/\)/' $ksourcedir/include/linux/netlink.h | $GREP -q 'const struct netlink_ext_ack'; then
-+   $AWK '/^void netlink_ack\(/,/\)/' $ksourcedir/include/linux/netlink.h | $GREP -q 'const struct netlink_ext_ack'; then
++   $AWK '/void netlink_ack\(/,/\)/' $ksourcedir/include/linux/netlink.h | $GREP -q 'const struct netlink_ext_ack'; then
        AC_MSG_RESULT(yes)
        AC_SUBST(HAVE_NETLINK_EXTENDED_ACK, define)
  else
This page took 0.10583 seconds and 4 git commands to generate.