X-Git-Url: https://git.pld-linux.org/?p=packages%2Fipset.git;a=blobdiff_plain;f=kernel-5.0.patch;h=e9df12b2cee23e882a2f31ac984029151541951c;hp=c6f65a98c167f8b053d4d2643575a60d975b684a;hb=6b10edb6dda87b1d841898128363364cae97d192;hpb=4fbe6bda1ad8bf7dc8f7f07a8ee1b23e8ce1bca5 diff --git a/kernel-5.0.patch b/kernel-5.0.patch index c6f65a9..e9df12b 100644 --- a/kernel-5.0.patch +++ b/kernel-5.0.patch @@ -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