From 6c410b31e45c3f9eeb3a3037bb1c5f8c16efb8cc Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 17 Nov 2001 01:22:07 +0000 Subject: Forward declare struct ifnet - this fixes a warning in tdfx_pci.c --- sys/compat/linux/linux_ioctl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/compat/linux/linux_ioctl.h') 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_ */ -- cgit v1.1