summaryrefslogtreecommitdiffstats
path: root/sysdep
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-04-01 21:23:59 +0200
committerMartin Mares <mj@ucw.cz>1999-04-01 21:23:59 +0200
commit8cda9cdbcf445ebe828b7bf89dcb4c7f83937756 (patch)
treeca8e0f90764cfe2c3cb885d1d7ddaf876518d373 /sysdep
parente4241f24f2ebc796a9cfb03db2a9502f5ebd9c0c (diff)
downloadbird-8cda9cdbcf445ebe828b7bf89dcb4c7f83937756.tar
bird-8cda9cdbcf445ebe828b7bf89dcb4c7f83937756.zip
Argh, the fix was wrong.
Diffstat (limited to 'sysdep')
-rw-r--r--sysdep/unix/krt-set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/krt-set.c b/sysdep/unix/krt-set.c
index 5a5d0d8..5be01c4 100644
--- a/sysdep/unix/krt-set.c
+++ b/sysdep/unix/krt-set.c
@@ -46,7 +46,7 @@ static void
krt_ioctl(int ioc, rte *e, char *name)
{
net *net = e->net;
- struct ortentry re;
+ struct rtentry re;
rta *a = e->attrs;
bzero(&re, sizeof(re));