From a075486ff2c24c80845b69c2a42664cfec74f363 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 2 Aug 1995 17:28:31 +0000 Subject: Formerly af_inet.c.~2~ --- pfinet/linux-inet/af_inet.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pfinet/linux-inet/af_inet.c') diff --git a/pfinet/linux-inet/af_inet.c b/pfinet/linux-inet/af_inet.c index a82b59c1..45a2eea4 100644 --- a/pfinet/linux-inet/af_inet.c +++ b/pfinet/linux-inet/af_inet.c @@ -1239,6 +1239,8 @@ static int inet_select(struct socket *sock, int sel_type, select_table *wait ) return(sk->prot->select(sk, sel_type, wait)); } +#ifndef _HURD_ + /* * ioctl() calls you can issue on an INET socket. Most of these are * device configuration and stuff and very rarely used. Some ioctls @@ -1335,7 +1337,9 @@ static int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) } /*NOTREACHED*/ return(0); + } +#endif /* * This routine must find a socket given a TCP or UDP header. -- cgit v1.2.3