aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/ll_types.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/libiproute/ll_types.c')
-rw-r--r--networking/libiproute/ll_types.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/networking/libiproute/ll_types.c b/networking/libiproute/ll_types.c
index f14583634..925d60ddc 100644
--- a/networking/libiproute/ll_types.c
+++ b/networking/libiproute/ll_types.c
@@ -8,22 +8,10 @@
*
* Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
*/
-
#include <stdio.h>
-#include <stdlib.h>
-#include <unistd.h>
-#include <syslog.h>
-#include <fcntl.h>
-#include <sys/ioctl.h>
-#include <sys/socket.h>
-#include <sys/ioctl.h>
-#include <netinet/in.h>
#include <arpa/inet.h>
-#include <string.h>
-#include <linux/netdevice.h>
#include <linux/if_arp.h>
-#include <linux/sockios.h>
char * ll_type_n2a(int type, char *buf, int len)
{