source: clfs-embedded/patches/busybox-1.12.1-iptunnel_headers-1.patch@ 88b7bb1

Last change on this file since 88b7bb1 was 2567553, checked in by Joe Ciccone <jciccone@…>, 16 years ago

Updated Busybox to 1.12.1.
Patched uClibc so struct flock doesn't get redefined.

  • Property mode set to 100644
File size: 787 bytes
RevLine 
[2567553]1Submitted By: Joe Ciccone <jciccone@gmail.com>
2Date: 2008-11-08
3Origin: Joe Ciccone
4Initial Package Version: 1.8.2
5Upstream Status: Unknown
6Descriprion: Make busybox play nice with sanatized kernel headers
7
8diff -Naur busybox-1.12.1.orig/networking/libiproute/iptunnel.c busybox-1.12.1/networking/libiproute/iptunnel.c
9--- busybox-1.12.1.orig/networking/libiproute/iptunnel.c 2008-09-28 14:04:10.000000000 -0400
10+++ busybox-1.12.1/networking/libiproute/iptunnel.c 2008-11-08 11:07:07.000000000 -0500
11@@ -14,9 +14,8 @@
12 * Phil Karn <karn@ka9q.ampr.org> 990408: "pmtudisc" flag
13 */
14
15-#include <netinet/ip.h>
16-#include <net/if.h>
17-#include <net/if_arp.h>
18+#include <linux/if.h>
19+#include <linux/if_arp.h>
20 #include <asm/types.h>
21 #ifndef __constant_htons
22 #define __constant_htons htons
Note: See TracBrowser for help on using the repository browser.