diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-11-17 01:22:07 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-11-17 01:22:07 +0000 |
| commit | 50fa1aaaa79f596b1b3803b142c8908b67331aeb (patch) | |
| tree | 0c9b8697c925790f67ba1bb9cdf9b29ac071f347 /sys/compat | |
| parent | 1cf2b6650052c0943b9d5943330ea88ccecc3c14 (diff) | |
Notes
Diffstat (limited to 'sys/compat')
| -rw-r--r-- | sys/compat/linux/linux_ioctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_ioctl.h b/sys/compat/linux/linux_ioctl.h index 912ed567e05e3..d63283cfe833e 100644 --- a/sys/compat/linux/linux_ioctl.h +++ b/sys/compat/linux/linux_ioctl.h @@ -627,6 +627,7 @@ * This doesn't really belong here, but I can't think of a better * place to put it. */ +struct ifnet; int linux_ifname(struct ifnet *, char *, size_t); #endif /* !_LINUX_IOCTL_H_ */ |
