You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix compilation error on CentOS 8 (kernel-4.18.0-227)
Error message:
ipt_NETFLOW.c: In function ‘ipt_netflow_fini’:
ipt_NETFLOW.c:5789:2: error: implicit declaration of function ‘synchronize_sched’; did you mean ‘synchronize_net’? [-Werror=implicit-function-declaration]
synchronize_sched();
^~~~~~~~~~~~~~~~~
synchronize_net
cc1: some warnings being treated as errors
0 commit comments