From 8e681a645889fe41771f4e71ed9fb5e490f70e09 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Tue, 16 May 2006 23:25:37 +0100 Subject: [PATCH] --- yaml --- r: 28007 b: refs/heads/master c: 3ac6c7b44560fdf2ea8865536bd52d4ff038107e h: refs/heads/master i: 28005: 1e7dc17d76625340ccd04d130961d71ae338567c 28003: cc997850387a141f4d13a2a6aa909fda4258428f 27999: cc0953cf560afe05bb2f559ef3b2ba31b5ac5669 v: v3 --- [refs] | 2 +- trunk/include/linux/if_fddi.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 16a2f2e8df10..ca7b6e128f9f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 80b9192ee032f919da1b6e8b305c7cc9881b0907 +refs/heads/master: 3ac6c7b44560fdf2ea8865536bd52d4ff038107e diff --git a/trunk/include/linux/if_fddi.h b/trunk/include/linux/if_fddi.h index 1288a161bc0b..e0a150046208 100644 --- a/trunk/include/linux/if_fddi.h +++ b/trunk/include/linux/if_fddi.h @@ -102,6 +102,7 @@ struct fddihdr } hdr; } __attribute__ ((packed)); +#ifdef __KERNEL__ /* Define FDDI statistics structure */ struct fddi_statistics { @@ -193,5 +194,6 @@ struct fddi_statistics { __u32 port_ler_flag[2]; __u32 port_hardware_present[2]; }; +#endif /* __KERNEL__ */ #endif /* _LINUX_IF_FDDI_H */