diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-10 14:56:03 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-10 14:56:03 +0000 |
commit | 32262ebe2ff6886b96d51171313c3bcec84a51ed (patch) | |
tree | deb2a34bf254d93f2426940630e388a3959ab6d0 /pfinet | |
parent | cd7a840b3e67760809de0688fca13323d671f894 (diff) |
entered into RCS
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/linux-inet/udp.c | 4 |
1 files changed, 4 insertions, 0 deletions
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, |