diff options
-rw-r--r-- | pfinet/linux-inet/tcp.c | 4 |
1 files changed, 4 insertions, 0 deletions
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, |