diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-04 19:35:54 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-04 19:35:54 +0000 |
commit | 7fbede2a4e4be51d45e47c1065e24fe6fb63a815 (patch) | |
tree | ab74d8361b906bb51586fe1922eb2a890fa4946e /pfinet/linux-inet | |
parent | 2b28d9c170729415bc915781085c99f32d2caee7 (diff) |
entered into RCS
Diffstat (limited to 'pfinet/linux-inet')
-rw-r--r-- | pfinet/linux-inet/route.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |