[Openocd-development] [PATCH] httpd: fix build error with new Jim

2010-11-10 Thread Andreas Fritiofson
Signed-off-by: Andreas Fritiofson --- src/server/httpd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/server/httpd.c b/src/server/httpd.c index af8c3c8..42bba5b 100644 --- a/src/server/httpd.c +++ b/src/server/httpd.c @@ -84,7 +84,7 @@ static const char *httpd_exe

Re: [Openocd-development] [PATCH] httpd: fix build error with new Jim

2010-11-10 Thread Øyvind Harboe
I was actually pondering removing the httpd stuff from OpenOCD as we have the tcl server which is a good enough interface. I don't think the httpd server was ever used and OpenOCD's role seems to be more low level. Any thoughts on that? -- Øyvind Harboe Can Zylin Consulting help on your proj

Re: [Openocd-development] [PATCH] httpd: fix build error with new Jim

2010-11-10 Thread Andreas Fritiofson
On Wed, Nov 10, 2010 at 11:42 PM, Øyvind Harboe wrote: > I was actually pondering removing the httpd stuff from OpenOCD > as we have the tcl server which is a good enough interface. I don't > think the httpd server was ever used and OpenOCD's role seems > to be more low level. > > Any thoughts on

Re: [Openocd-development] [PATCH] httpd: fix build error with new Jim

2010-11-10 Thread Peter Stuge
Andreas Fritiofson wrote: > Maybe we should just deprecate it in 0.5.0 and remove > it after that, though. Acked-by: Peter Stuge ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-

Re: [Openocd-development] [PATCH] httpd: fix build error with new Jim

2010-11-10 Thread Øyvind Harboe
On Thu, Nov 11, 2010 at 12:11 AM, Andreas Fritiofson wrote: > On Wed, Nov 10, 2010 at 11:42 PM, Øyvind Harboe > wrote: >> I was actually pondering removing the httpd stuff from OpenOCD >> as we have the tcl server which is a good enough interface. I don't >> think the httpd server was ever used