Messages in this thread |  | | Date | Sat, 10 Feb 2001 16:13:09 +0100 | From | Manfred Spraul <> | Subject | Re: [PATCH] Athlon-SMP compiles & runs. inline fns honored. |
| |
Tom Leete wrote: > > + > +#ifndef _LINUX_MM_H > +struct vm_area_struct; > +#endif > + Are the #ifndef's necessary? Could you try to remove the #ifndef and always declare the struct? gcc shouldn't complain.
> + > +/* Try removing /linux/fs.h in capability.h first > +#ifndef _LINUX_CAPABILITY_H > +typedef struct bogus_cap_struct { > + __u32 cap; > +} kernel_cap_t; > +#endif > +*/ > + Is is possible to get rid of that one? What if somone modifies capability.h?
-- Manfred - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |