diff options
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/linux-inet/af_inet.c | 4 |
1 files changed, 4 insertions, 0 deletions
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. |