Last change
on this file since 492e5a3 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
|
Rev | Line | |
---|
[e666df1] | 1 | Submitted By: Jim Gifford (patches at jg555 dot com)
|
---|
| 2 | Date: 2006-11-09
|
---|
| 3 | Initial Package Version: 1.2.2.1
|
---|
| 4 | Origin: Jim Gifford
|
---|
| 5 | Upstream Status: Unknown
|
---|
| 6 | Description: Makes Busybox Friend with Linux Headers
|
---|
| 7 |
|
---|
| 8 | diff -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.