summaryrefslogtreecommitdiffstats
path: root/sysdep
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-11-04 14:29:43 +0100
committerMartin Mares <mj@ucw.cz>1999-11-04 14:29:43 +0100
commit2727bb7c5bbdac54661a5097f86d979799095db8 (patch)
treea981480d9cb1489ec5e8e792b77d1062806921c2 /sysdep
parent6dc7a0cb39d712c7670a113d5a66e9e868eb9872 (diff)
downloadbird-2727bb7c5bbdac54661a5097f86d979799095db8.tar
bird-2727bb7c5bbdac54661a5097f86d979799095db8.zip
Renamed attr->attrs to attr->eattrs.
Diffstat (limited to 'sysdep')
-rw-r--r--sysdep/linux/krt-scan.c2
-rw-r--r--sysdep/linux/netlink/netlink.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdep/linux/krt-scan.c b/sysdep/linux/krt-scan.c
index 85b7af2..3f3def1 100644
--- a/sysdep/linux/krt-scan.c
+++ b/sysdep/linux/krt-scan.c
@@ -95,7 +95,7 @@ krt_parse_entry(byte *ent, struct krt_proto *p)
a.flags = a.aflags = 0;
a.from = IPA_NONE;
a.iface = NULL;
- a.attrs = NULL;
+ a.eattrs = NULL;
if (flags & RTF_GATEWAY)
{
diff --git a/sysdep/linux/netlink/netlink.c b/sysdep/linux/netlink/netlink.c
index 23e5168..bf61970 100644
--- a/sysdep/linux/netlink/netlink.c
+++ b/sysdep/linux/netlink/netlink.c
@@ -642,7 +642,7 @@ nl_parse_route(struct nlmsghdr *h, int scan)
ra.from = IPA_NONE;
ra.gw = IPA_NONE;
ra.iface = NULL;
- ra.attrs = NULL;
+ ra.eattrs = NULL;
switch (i->rtm_type)
{