* [PATCH 1/4] iptables: remove unused leftover definitions
@ 2012-12-27 0:19 pablo
0 siblings, 0 replies; only message in thread
From: pablo @ 2012-12-27 0:19 UTC (permalink / raw)
To: netfilter-devel
From: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
---
iptables/iptables.c | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/iptables/iptables.c b/iptables/iptables.c
index f765cf9..760cb16 100644
--- a/iptables/iptables.c
+++ b/iptables/iptables.c
@@ -186,22 +186,6 @@ static const int inverse_for_options[NUMBER_OF_OPT] =
#define prog_name iptables_globals.program_name
#define prog_vers iptables_globals.program_version
-/* Primitive headers... */
-/* defined in netinet/in.h */
-#if 0
-#ifndef IPPROTO_ESP
-#define IPPROTO_ESP 50
-#endif
-#ifndef IPPROTO_AH
-#define IPPROTO_AH 51
-#endif
-#endif
-
-enum {
- IPT_DOTTED_ADDR = 0,
- IPT_DOTTED_MASK
-};
-
static void __attribute__((noreturn))
exit_tryhelp(int status)
{
--
1.7.10.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-12-27 0:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-27 0:19 [PATCH 1/4] iptables: remove unused leftover definitions pablo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).