khttpd module compile error with kernel 2.5.24

venom@sns.it
Fri, 21 Jun 2002 11:14:32 +0200 (CEST)


HI,

make[2]: Entering directory `/usr/src/linux-2.5.24/net/khttpd'
gcc -Wp,-MD,./.rfc_time.o.d -D__KERNEL__ -I/usr/src/linux-2.5.24/include
-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
-fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
-march=pentium3 -nostdinc -iwithprefix include -DMODULE
-DKBUILD_BASENAME=rfc_time -c -o rfc_time.o rfc_time.c
rfc_time.c: In function `time_Unix2RFC':
rfc_time.c:73: `KHTTPD_NUMYEARS' undeclared (first use in this function)
rfc_time.c:73: (Each undeclared identifier is reported only once
rfc_time.c:73: for each function it appears in.)
rfc_time.c:75: `TimeDays' undeclared (first use in this function)
rfc_time.c:97: `WeekDays' undeclared (first use in this function)
rfc_time.c:109: `KHTTPD_YEAROFFSET' undeclared (first use in this
function)
rfc_time.c: In function `mimeTime_to_UnixTime':
rfc_time.c:220: `KHTTPD_YEAROFFSET' undeclared (first use in this
function)
rfc_time.c:223: `TimeDays' undeclared (first use in this function)
make[2]: *** [rfc_time.o] Error 1

Hope this helps.

Luigi

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/