source:
clfs-embedded/patches/busybox-1.12.1-iptunnel_headers-1.patch@
4a4fe83
Last change on this file since 4a4fe83 was 2567553, checked in by , 16 years ago | |
---|---|
|
|
File size: 787 bytes |
-
networking/libiproute/iptunnel.c
Submitted By: Joe Ciccone <jciccone@gmail.com> Date: 2008-11-08 Origin: Joe Ciccone Initial Package Version: 1.8.2 Upstream Status: Unknown Descriprion: Make busybox play nice with sanatized kernel headers diff -Naur busybox-1.12.1.orig/networking/libiproute/iptunnel.c busybox-1.12.1/networking/libiproute/iptunnel.c
old new 14 14 * Phil Karn <karn@ka9q.ampr.org> 990408: "pmtudisc" flag 15 15 */ 16 16 17 #include <netinet/ip.h> 18 #include <net/if.h> 19 #include <net/if_arp.h> 17 #include <linux/if.h> 18 #include <linux/if_arp.h> 20 19 #include <asm/types.h> 21 20 #ifndef __constant_htons 22 21 #define __constant_htons htons
Note:
See TracBrowser
for help on using the repository browser.