diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-03 15:59:00 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-03 15:59:00 +0000 |
commit | 28ab9f3d7a385a6edc2cae8d10833a182bd4e847 (patch) | |
tree | 38ad6609ff4f8ac22be146d6985ff782d5871242 /pfinet/linux-inet | |
parent | dfe13ce50255ab432dd315730f818dc71784b07e (diff) |
entered into RCS
Diffstat (limited to 'pfinet/linux-inet')
-rw-r--r-- | pfinet/linux-inet/arp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pfinet/linux-inet/arp.c b/pfinet/linux-inet/arp.c index f793b921..5e00caf7 100644 --- a/pfinet/linux-inet/arp.c +++ b/pfinet/linux-inet/arp.c @@ -1218,6 +1218,7 @@ static int arp_req_get(struct arpreq *req) } +#ifndef _HURD_ /* * Handle an ARP layer I/O control request. */ @@ -1260,7 +1261,7 @@ int arp_ioctl(unsigned int cmd, void *arg) /*NOTREACHED*/ return 0; } - +#endif /* * Called once on startup. |