diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-10 14:55:46 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-10 14:55:46 +0000 |
commit | cd7a840b3e67760809de0688fca13323d671f894 (patch) | |
tree | 637b44c841a5be04f1f2719de71c3ed527e5b032 /pfinet | |
parent | 6ea51ee5d794bb25668a859909944cb80ea287f2 (diff) |
Formerly tcp.c.~4~
Diffstat (limited to 'pfinet')
-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, |