diff options
Diffstat (limited to 'pfinet/linux-inet/dev.c')
-rw-r--r-- | pfinet/linux-inet/dev.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pfinet/linux-inet/dev.c b/pfinet/linux-inet/dev.c index d5a80624..d393af11 100644 --- a/pfinet/linux-inet/dev.c +++ b/pfinet/linux-inet/dev.c @@ -976,6 +976,7 @@ static inline int bad_mask(unsigned long mask, unsigned long addr) return 0; } +#ifndef _HURD_ /* * Perform the SIOCxIFxxx calls. * @@ -1402,6 +1403,7 @@ int dev_ioctl(unsigned int cmd, void *arg) return -EINVAL; } } +#endif /* |