|
From: Igmar P. <mai...@jd...> - 2004-07-19 12:53:32
|
> Apparently in some Linux configurations (using Mandrake cooker), the > definition of "nlmsghdr" is not provided in the same header files. It's actually a 2.6 kernel specific problem. > For > example, in mine it appears in "linux/netlink.h" which does not get included > by the other include files. One could argue if this is a bug in the kernel include files. > Add to "vg_unsafe.h" the following include entry > #include <linux/netlink.h> > just prior to this one > #include <linux/fs.h> Attached patch should make it work in all cases. Untested however :) Regards, Igmar |