Re: [patch] tux3-2.6.0-C9
joe <[email protected]>
| Newsgroups | gmane.network.tux |
|---|---|
| Message-ID | <[email protected]> |
Hello again - I am having a wee bit of a problem with this one, I don't know if I just need to enable specific options, or if there is a real incompatibility introduced with 2.6.0-mm1, but after successfully compiling bzImage, the modules compilation crashes and burns here: CC [M] net/tux/times.o net/tux/times.c:34:19: times.h: No such file or directory net/tux/times.c: In function `time_unix2ls': net/tux/times.c:70: `KHTTPD_NUMYEARS' undeclared (first use in this function) net/tux/times.c:70: (Each undeclared identifier is reported only once net/tux/times.c:70: for each function it appears in.) net/tux/times.c:71: `TimeDays' undeclared (first use in this function) net/tux/times.c:91: `WeekDays' undeclared (first use in this function) net/tux/times.c:103: `KHTTPD_YEAROFFSET' undeclared (first use in this function) net/tux/times.c: In function `mimetime_to_unixtime': net/tux/times.c:167: `KHTTPD_YEAROFFSET' undeclared (first use in this function) net/tux/times.c:170: `TimeDays' undeclared (first use in this function) make[2]: *** [net/tux/times.o] Error 1 make[1]: *** [net/tux] Error 2 make: *** [net] Error 2 Now I see 2.6.1-rc1 is out, so I'm obliged to test that as well ;) Joe