From 32262ebe2ff6886b96d51171313c3bcec84a51ed Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 10 Aug 1995 14:56:03 +0000 Subject: entered into RCS --- pfinet/linux-inet/udp.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pfinet') diff --git a/pfinet/linux-inet/udp.c b/pfinet/linux-inet/udp.c index 7af27e4f..be4cf928 100644 --- a/pfinet/linux-inet/udp.c +++ b/pfinet/linux-inet/udp.c @@ -722,7 +722,11 @@ struct proto udp_prot = { NULL, udp_rcv, datagram_select, +#ifdef _HURD_ + NULL, +#else udp_ioctl, +#endif NULL, NULL, ip_setsockopt, -- cgit v1.2.3