iface: remove define for internal array size

The macro was only used inside kernel code and not relevant to
user-space anyway.
This commit is contained in:
Jan Engelhardt
2009-04-26 22:07:43 +02:00
parent 6d8ce3acae
commit 3f96deb0f0
2 changed files with 2 additions and 4 deletions

View File

@@ -1,8 +1,6 @@
#ifndef _LINUX_NETFILTER_XT_IFACE_H
#define _LINUX_NETFILTER_XT_IFACE_H 1
#define XT_IFACE_FLAGCOUNT 11
enum {
XT_IFACE_UP = 1 << 0,
XT_IFACE_BROADCAST = 1 << 1,