source: clfs-embedded/patches/busybox-1.2.2.1-fixes-1.patch@ 84f04fc

Last change on this file since 84f04fc was e666df1, checked in by Jim Gifford <clfs@…>, 18 years ago

Updated Date
Added Busybox
Added Patches
Updated uClibc to build Busybox

  • Property mode set to 100644
File size: 737 bytes
RevLine 
[e666df1]1Submitted By: Jim Gifford (patches at jg555 dot com)
2Date: 2006-11-09
3Initial Package Version: 1.2.2.1
4Origin: Jim Gifford
5Upstream Status: Unknown
6Description: Makes Busybox Friend with Linux Headers
7
8diff -Naur busybox-1.2.2.1.orig/networking/libiproute/iptunnel.c busybox-1.2.2.1/networking/libiproute/iptunnel.c
9--- busybox-1.2.2.1.orig/networking/libiproute/iptunnel.c 2006-06-30 15:42:02.000000000 -0700
10+++ busybox-1.2.2.1/networking/libiproute/iptunnel.c 2006-11-09 09:24:10.965455917 -0800
11@@ -20,10 +20,8 @@
12 #include <string.h>
13 #include <unistd.h>
14
15-#include <netinet/ip.h>
16-
17-#include <net/if.h>
18-#include <net/if_arp.h>
19+#include <linux/if.h>
20+#include <linux/if_arp.h>
21
22 #include <asm/types.h>
23 #ifndef __constant_htons
Note: See TracBrowser for help on using the repository browser.