svn commit: trunk/busybox/networking/libiproute

aldot at busybox.net aldot at busybox.net
Sun Apr 2 21:14:22 UTC 2006


Author: aldot
Date: 2006-04-02 14:14:19 -0700 (Sun, 02 Apr 2006)
New Revision: 14731

Log:
- janitorial: include proper prototypes in libiproute.


Modified:
   trunk/busybox/networking/libiproute/iproute.c
   trunk/busybox/networking/libiproute/ll_addr.c
   trunk/busybox/networking/libiproute/ll_proto.c
   trunk/busybox/networking/libiproute/ll_types.c


Changeset:
Modified: trunk/busybox/networking/libiproute/iproute.c
===================================================================
--- trunk/busybox/networking/libiproute/iproute.c	2006-04-02 20:41:55 UTC (rev 14730)
+++ trunk/busybox/networking/libiproute/iproute.c	2006-04-02 21:14:19 UTC (rev 14731)
@@ -22,6 +22,7 @@
 
 #include "rt_names.h"
 #include "utils.h"
+#include "ip_common.h"
 
 #include "libbb.h"
 

Modified: trunk/busybox/networking/libiproute/ll_addr.c
===================================================================
--- trunk/busybox/networking/libiproute/ll_addr.c	2006-04-02 20:41:55 UTC (rev 14730)
+++ trunk/busybox/networking/libiproute/ll_addr.c	2006-04-02 21:14:19 UTC (rev 14731)
@@ -12,7 +12,10 @@
 #include <arpa/inet.h>
 #include <string.h>
 #include <net/if_arp.h>
+
+#include "rt_names.h"
 #include "utils.h"
+
 #include "libbb.h"
 
 const char *ll_addr_n2a(unsigned char *addr, int alen, int type, char *buf, int blen)

Modified: trunk/busybox/networking/libiproute/ll_proto.c
===================================================================
--- trunk/busybox/networking/libiproute/ll_proto.c	2006-04-02 20:41:55 UTC (rev 14730)
+++ trunk/busybox/networking/libiproute/ll_proto.c	2006-04-02 21:14:19 UTC (rev 14731)
@@ -12,6 +12,8 @@
 #include <stdio.h>
 #include <arpa/inet.h>
 #include <string.h>
+
+#include "rt_names.h"
 #include "utils.h"
 
 #if __GLIBC__ >=2 && __GLIBC_MINOR >= 1

Modified: trunk/busybox/networking/libiproute/ll_types.c
===================================================================
--- trunk/busybox/networking/libiproute/ll_types.c	2006-04-02 20:41:55 UTC (rev 14730)
+++ trunk/busybox/networking/libiproute/ll_types.c	2006-04-02 21:14:19 UTC (rev 14731)
@@ -13,6 +13,8 @@
 
 #include <linux/if_arp.h>
 
+#include "rt_names.h"
+
 const char * ll_type_n2a(int type, char *buf, int len)
 {
 #define __PF(f,n) { ARPHRD_##f, #n },




More information about the busybox-cvs mailing list