aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bgp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-08-03 19:47:50 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-08-03 19:47:50 +0000
commit6ab5105f9dbb75d8bf4c972c6b89da497ca6251b (patch)
tree148c87dd451bd5ceb295febe8c12ca7c3e00025b /packet-bgp.c
parentd403417e1b44af83305ba5178a09869043f59311 (diff)
We don't use anything from <arpa/inet.h>, so we don't need to include
it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5938 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-bgp.c')
-rw-r--r--packet-bgp.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/packet-bgp.c b/packet-bgp.c
index 3a98850eb8..247b3c31c4 100644
--- a/packet-bgp.c
+++ b/packet-bgp.c
@@ -2,7 +2,7 @@
* Routines for BGP packet dissection.
* Copyright 1999, Jun-ichiro itojun Hagino <itojun@itojun.org>
*
- * $Id: packet-bgp.c,v 1.60 2002/08/02 23:35:47 jmayer Exp $
+ * $Id: packet-bgp.c,v 1.61 2002/08/03 19:46:43 guy Exp $
*
* Supports:
* RFC1771 A Border Gateway Protocol 4 (BGP-4)
@@ -46,10 +46,6 @@
#include <stdio.h>
#include <stdlib.h>
-#ifdef HAVE_ARPA_INET_H
-#include <arpa/inet.h>
-#endif
-
#include <string.h>
#include <glib.h>