summaryrefslogtreecommitdiffstats
path: root/zebra/rt_ioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/rt_ioctl.c')
-rw-r--r--zebra/rt_ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/rt_ioctl.c b/zebra/rt_ioctl.c
index 404a7c69..e175d1e2 100644
--- a/zebra/rt_ioctl.c
+++ b/zebra/rt_ioctl.c
@@ -332,7 +332,7 @@ kernel_delete_ipv4 (struct prefix *p, struct rib *rib)
{
return kernel_ioctl_ipv4 (SIOCDELRT, p, rib, AF_INET);
}
-
+
#ifdef HAVE_IPV6
/* Below is hack for GNU libc definition and Linux 2.1.X header. */