From 9002b363dd906b7d8c9de8924591b2fbf177dc4e Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 8 Nov 1995 19:14:17 +0000 Subject: entered into RCS --- pfinet/linux-inet/tcp.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pfinet/linux-inet') diff --git a/pfinet/linux-inet/tcp.c b/pfinet/linux-inet/tcp.c index 7f7521b9..61ebba6c 100644 --- a/pfinet/linux-inet/tcp.c +++ b/pfinet/linux-inet/tcp.c @@ -812,7 +812,10 @@ void tcp_err(int err, unsigned char *header, unsigned long daddr, * sorting using two queues as data arrives makes life so much harder. */ -static int tcp_readable(struct sock *sk) +#ifndef _HURD_ +static +#endif +int tcp_readable(struct sock *sk) { unsigned long counted; unsigned long amount; -- cgit v1.2.3