lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-devel] Small typo


From: Gisle Vanem
Subject: Re: [lwip-devel] Small typo
Date: Fri, 25 Nov 2011 15:27:10 +0100

Another one in contrib\apps\httpserver_raw\makefsdata\makefsdata.c:

-#define FIND_T                        struct fflbk
+#define FIND_T                        struct ffblk

(struct ffblk is in <dir.h>).

BTW. Having this in makefsdata.c:
 #include "../../../../lwip/src/core/inet_chksum.c"
 #include "../../../../lwip/src/core/def.c"

is difficult for me; I don't have a 'lwip' dir. Isn't makefsdata (or really 
htmlgen)
supposed to be inside the LwIP-tree somewhere? So IMHO that should read:
 #include "core/inet_chksum.c"
 #include "core/def.c"

assuming the user set the -I-path correctly.

--gv



reply via email to

[Prev in Thread] Current Thread [Next in Thread]