From 7fbede2a4e4be51d45e47c1065e24fe6fb63a815 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 4 Aug 1995 19:35:54 +0000 Subject: entered into RCS --- pfinet/linux-inet/route.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pfinet/linux-inet') diff --git a/pfinet/linux-inet/route.c b/pfinet/linux-inet/route.c index 22709020..a6069706 100644 --- a/pfinet/linux-inet/route.c +++ b/pfinet/linux-inet/route.c @@ -637,6 +637,7 @@ static int ip_get_old_rtent(struct old_rtentry * src, struct rtentry * rt) return 0; } +#ifndef _HURD_ /* * Handle IP routing ioctl calls. These are used to manipulate the routing tables */ @@ -670,3 +671,4 @@ int ip_rt_ioctl(unsigned int cmd, void *arg) return -EINVAL; } +#endif -- cgit v1.2.3