projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acd244a
)
undefine sysinfo to prevent breakage on ia64
author
Glenn L McGrath
<bug1@ihug.co.nz>
Wed, 11 Dec 2002 03:55:52 +0000
(
03:55
-0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Wed, 11 Dec 2002 03:55:52 +0000
(
03:55
-0000)
networking/libiproute/ipaddress.c
patch
|
blob
|
history
diff --git
a/networking/libiproute/ipaddress.c
b/networking/libiproute/ipaddress.c
index 57956852bf6333ade9f3e33a01487a303cba3241..6bba6e077edad75fee654f75501e3dc6d59c1295 100644
(file)
--- a/
networking/libiproute/ipaddress.c
+++ b/
networking/libiproute/ipaddress.c
@@
-25,9
+25,11
@@
#include <string.h>
#include <fnmatch.h>
+#define sysinfo kernel_sysinfo
#include <linux/netdevice.h>
#include <linux/if_arp.h>
#include <linux/sockios.h>
+#undef sysinfo
#include "rt_names.h"
#include "utils.h"