From cd7a840b3e67760809de0688fca13323d671f894 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 10 Aug 1995 14:55:46 +0000 Subject: Formerly tcp.c.~4~ --- pfinet/linux-inet/tcp.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pfinet/linux-inet/tcp.c') diff --git a/pfinet/linux-inet/tcp.c b/pfinet/linux-inet/tcp.c index 78c36358..4dfb01ba 100644 --- a/pfinet/linux-inet/tcp.c +++ b/pfinet/linux-inet/tcp.c @@ -5088,7 +5088,11 @@ struct proto tcp_prot = { tcp_read_wakeup, tcp_rcv, tcp_select, +#ifdef _HURD_ + NULL, +#else tcp_ioctl, +#endif NULL, tcp_shutdown, tcp_setsockopt, -- cgit v1.2.3