diff options
Diffstat (limited to 'pfinet/linux-inet/tcp.c')
-rw-r--r-- | pfinet/linux-inet/tcp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pfinet/linux-inet/tcp.c b/pfinet/linux-inet/tcp.c index c73ad07f..f5791770 100644 --- a/pfinet/linux-inet/tcp.c +++ b/pfinet/linux-inet/tcp.c @@ -956,6 +956,7 @@ static int tcp_select(struct sock *sk, int sel_type, select_table *wait) return 0; } +#ifndef _HURD_ int tcp_ioctl(struct sock *sk, int cmd, unsigned long arg) { int err; @@ -1010,7 +1011,7 @@ int tcp_ioctl(struct sock *sk, int cmd, unsigned long arg) return(-EINVAL); } } - +#endif /* * This routine computes a TCP checksum. |