Subject: CVS commit: src/libexec/httpd
To: None <source-changes@NetBSD.org>
From: Tyler R. Retzlaff <rtr@netbsd.org>
List: source-changes
Date: 11/04/2007 15:20:12
Module Name:	src
Committed By:	rtr
Date:		Sun Nov  4 15:20:12 UTC 2007

Modified Files:
	src/libexec/httpd: bozohttpd.h cgi-bozo.c

Log Message:
- remove const from h_header, this pointer is occasionally free'd
- remove unused write_str var
+ move header parsing to new function separation of parsing vs processing
+ alter some variable names to avoid confusion between header value and
  header name (caused breakage with previous rev)


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/libexec/httpd/bozohttpd.h
cvs rdiff -r1.5 -r1.6 src/libexec/httpd/cgi-bozo.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.