From be3a120e194b6a651bfd4108550bc9bb5fed8fc1 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 3 Aug 1995 15:49:29 +0000 Subject: Formerly af_inet.c.~3~ --- pfinet/linux-inet/af_inet.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pfinet/linux-inet/af_inet.c b/pfinet/linux-inet/af_inet.c index 45a2eea4..ef8ee78d 100644 --- a/pfinet/linux-inet/af_inet.c +++ b/pfinet/linux-inet/af_inet.c @@ -1339,8 +1339,16 @@ static int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) return(0); } +#else /* _HURD_ */ +static int inet_ioctl (struct socket *sock, + unsigned int cm, + unsigned long arg) +{ + return EOPNOTSUPP; +} #endif + /* * This routine must find a socket given a TCP or UDP header. * Everything is assumed to be in net order. -- cgit v1.2.3