From: Shaun Jackman <sjackman@gmail.com>
authorRob Landley <rob@landley.net>
Tue, 3 May 2005 22:30:08 +0000 (22:30 -0000)
committerRob Landley <rob@landley.net>
Tue, 3 May 2005 22:30:08 +0000 (22:30 -0000)
commit0d38301d851f29e1f64db1c0759c7fb97c59347e
tree37e74599154c1bfe7e62a973e9587c24dfa860c4
parent93983040c51ccbb2a19fc53f50498148edf98f65
From: Shaun Jackman <sjackman@gmail.com>
To: busybox@mail.codepoet.org

Wrap sockaddr_in6 in a ifdef CONFIG_FEATURE_IPV6.
Include sys/types.h instead of asm/types.h.
Include netinet/if_ether.h instead of linux/if_ether.h
The ioctl request argument is an int, not an unsigned short.
include/inet_common.h
networking/ifconfig.c