diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-03 18:34:20 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-03 18:34:20 +0000 |
commit | 70458d90608a58d4b04857ed2de7f33b7fd593d0 (patch) | |
tree | 90123ce092d26df721f62a93777b62d2d9783f57 | |
parent | 232034a122b2c5f83d273fbe709ab89832ec3d70 (diff) |
Formerly dev.c.~2~
-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 /* |