aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-11-17 01:22:07 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-11-17 01:22:07 +0000
commit50fa1aaaa79f596b1b3803b142c8908b67331aeb (patch)
tree0c9b8697c925790f67ba1bb9cdf9b29ac071f347 /sys/compat
parent1cf2b6650052c0943b9d5943330ea88ccecc3c14 (diff)
Notes
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/linux/linux_ioctl.h1
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_ */