Fix warnings

This commit is contained in:
Vadim Vetrov
2024-09-20 22:32:30 +03:00
parent 2fd3107401
commit c786a44dd5
6 changed files with 12 additions and 40 deletions

View File

@@ -38,14 +38,6 @@
#else
/*
* Sorry, I don't have headers for RHEL 6 and below because I'm in a bit of a
* deadline right now.
* If this is causing you trouble, find `nf_hookfn` in your kernel headers
* (typically in include/linux/netfilter.h) and add your version of the
* NF_CALLBACK macro here.
* Also, kernel headers per version can be found here: http://vault.centos.org/
*/
#error "Sorry; this version of RHEL is not supported because it's kind of old."
#endif /* RHEL_RELEASE_CODE >= x */