[BusyBox-cvs] busybox/networking/libiproute iptunnel.c,1.3,1.4 ll_addr.c,1.3,1.4
Glenn McGrath
bug1 at busybox.net
Sun Jan 5 00:43:04 UTC 2003
- Previous message: [BusyBox-cvs] busybox/debian changelog,1.31,1.32 config-static,1.5,1.6 config-udeb,1.7,1.8 control,1.15,1.16
- Next message: [BusyBox-cvs] busybox/debian changelog,1.32,1.33 config-static,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/busybox/networking/libiproute
In directory winder:/tmp/cvs-serv7231
Modified Files:
iptunnel.c ll_addr.c
Log Message:
fixes for ia64
Index: iptunnel.c
===================================================================
RCS file: /var/cvs/busybox/networking/libiproute/iptunnel.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- iptunnel.c 16 Dec 2002 07:37:21 -0000 1.3
+++ iptunnel.c 5 Jan 2003 00:43:00 -0000 1.4
@@ -26,7 +26,9 @@
#include <arpa/inet.h>
#include <netinet/ip.h>
+#define sysinfo kernel_sysinfo
#include <linux/if_arp.h>
+#undef sysinfo
#include <linux/if_tunnel.h>
#include "rt_names.h"
Index: ll_addr.c
===================================================================
RCS file: /var/cvs/busybox/networking/libiproute/ll_addr.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ll_addr.c 16 Dec 2002 07:37:21 -0000 1.3
+++ ll_addr.c 5 Jan 2003 00:43:00 -0000 1.4
@@ -12,7 +12,9 @@
#include <arpa/inet.h>
#include <string.h>
+#define sysinfo kernel_sysinfo
#include <linux/if_arp.h>
+#undef sysinfo
#include "utils.h"
#include "libbb.h"
- Previous message: [BusyBox-cvs] busybox/debian changelog,1.31,1.32 config-static,1.5,1.6 config-udeb,1.7,1.8 control,1.15,1.16
- Next message: [BusyBox-cvs] busybox/debian changelog,1.32,1.33 config-static,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the busybox-cvs
mailing list