diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-02 17:28:31 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-02 17:28:31 +0000 |
commit | a075486ff2c24c80845b69c2a42664cfec74f363 (patch) | |
tree | 880e5771d1d06ca50eda6ae7d4fa7762edf1d5c3 /pfinet | |
parent | 1995ad1132f93a0bfbb4b6c35a779693577b9924 (diff) |
Formerly af_inet.c.~2~
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. |