From 741e3734ec897f7992f410312dd82f8b41a786e6 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 4 Aug 1995 19:43:55 +0000 Subject: Formerly tcp.c.~2~ --- pfinet/linux-inet/tcp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pfinet/linux-inet/tcp.c') 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. -- cgit v1.2.3