diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-04 19:43:55 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-04 19:43:55 +0000 |
commit | 741e3734ec897f7992f410312dd82f8b41a786e6 (patch) | |
tree | e732c809d4cce33c40f52653231066950e490704 /pfinet/linux-inet/tcp.c | |
parent | 43800a252418500848c9d233aa6bcd7a88e7ccf2 (diff) |
Formerly tcp.c.~2~
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. |