extensions: remove unused code from compat_xtnu.h

This commit is contained in:
Jan Engelhardt
2021-07-17 11:34:34 +02:00
parent b9893b9505
commit 6d74a85f70
3 changed files with 2 additions and 65 deletions

View File

@@ -2,7 +2,6 @@
#include <linux/kernel.h>
#include <linux/version.h>
#include "compat_skbuff.h"
#include "compat_xtnu.h"
#define DEBUGP Use__pr_debug__instead
@@ -45,3 +44,5 @@ static inline struct net *par_net(const struct xt_action_param *par)
# define proc_lseek llseek
# define proc_release release
#endif
extern void *HX_memmem(const void *, size_t, const void *, size_t);