From 65f8e15b78891b15b1caabe45d1163f63fa530e0 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 3 Sep 2007 23:35:18 +0000 Subject: cleanup git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@329 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/netutils/webserver/httpd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nuttx/netutils/webserver/httpd.c') diff --git a/nuttx/netutils/webserver/httpd.c b/nuttx/netutils/webserver/httpd.c index d6c855e61..6cf50962f 100644 --- a/nuttx/netutils/webserver/httpd.c +++ b/nuttx/netutils/webserver/httpd.c @@ -253,6 +253,7 @@ static void handle_connection(struct httpd_state *s) void uip_interrupt_event(void) { +#warning OBSOLETE -- needs to be redesigned /* Get the private application specific data */ struct httpd_state *s = (struct httpd_state *)(uip_conn->private); -- cgit v1.2.3