source:
clfs-embedded/patches/busybox-1.2.2.1-fixes-1.patch@
1cb50fc
Last change on this file since 1cb50fc was e666df1, checked in by , 18 years ago | |
---|---|
|
|
File size: 737 bytes |
-
networking/libiproute/iptunnel.c
Submitted By: Jim Gifford (patches at jg555 dot com) Date: 2006-11-09 Initial Package Version: 1.2.2.1 Origin: Jim Gifford Upstream Status: Unknown Description: Makes Busybox Friend with Linux Headers diff -Naur busybox-1.2.2.1.orig/networking/libiproute/iptunnel.c busybox-1.2.2.1/networking/libiproute/iptunnel.c
old new 20 20 #include <string.h> 21 21 #include <unistd.h> 22 22 23 #include <netinet/ip.h> 24 25 #include <net/if.h> 26 #include <net/if_arp.h> 23 #include <linux/if.h> 24 #include <linux/if_arp.h> 27 25 28 26 #include <asm/types.h> 29 27 #ifndef __constant_htons
Note:
See TracBrowser
for help on using the repository browser.