layer: block use of DEBUGP

As per "Writing Netfilter Modules" e-book 20090326 section 4.8, one
should use pr_debug instead.
This commit is contained in:
Jan Engelhardt
2009-03-27 00:00:44 +01:00
parent 3a632a9bc5
commit 67579079e0

View File

@@ -6,6 +6,8 @@
#include "compat_skbuff.h"
#include "compat_xtnu.h"
#define DEBUGP Use__pr_debug__instead
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 17)
# warning Kernels below 2.6.17 not supported.
#endif