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

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

Updated Date
Added Busybox
Added Patches
Updated uClibc to build Busybox

  • Property mode set to 100644
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  
    2020#include <string.h>
    2121#include <unistd.h>
    2222
    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>
    2725
    2826#include <asm/types.h>
    2927#ifndef __constant_htons
Note: See TracBrowser for help on using the repository browser.