summaryrefslogtreecommitdiffstats
path: root/sys/compat
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-11-17 01:22:07 +0000
committerpeter <peter@FreeBSD.org>2001-11-17 01:22:07 +0000
commit6c410b31e45c3f9eeb3a3037bb1c5f8c16efb8cc (patch)
tree0c9b8697c925790f67ba1bb9cdf9b29ac071f347 /sys/compat
parentd70c474c6aebafbf9588ca37c56e91607064c3c5 (diff)
downloadFreeBSD-src-6c410b31e45c3f9eeb3a3037bb1c5f8c16efb8cc.zip
FreeBSD-src-6c410b31e45c3f9eeb3a3037bb1c5f8c16efb8cc.tar.gz
Forward declare struct ifnet - this fixes a warning in tdfx_pci.c
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 912ed56..d63283c 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_ */
OpenPOWER on IntegriCloud