Hi: 2009/6/25 loody <[email protected]>: > hi: > > 2009/6/25 SandeepKsinha <[email protected]>: >> Hi Loody, >> >> Which version of kernel are you using and where did you obtain it from? >> > My kernel version is 2.6.18.8. > Does the problem come from kernel version? > appreciate your help, > miloody Below are the include files in sumversion.c. I cannot see any .h has PATH_MAX defined.
#include <netinet/in.h> #ifdef __sun__ #include <inttypes.h> #else #include <stdint.h> #endif #include <ctype.h> #include <errno.h> #include <string.h> #include "modpost.h" appreciate your help, miloody -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to [email protected] Please read the FAQ at http://kernelnewbies.org/FAQ
