regen; no real changes
This commit is contained in:
parent
ca1f083a1d
commit
38c3abeea3
@ -1,6 +1,6 @@
|
||||
--- cgi/cgi.c.orig Fri Dec 2 10:34:04 2005
|
||||
+++ cgi/cgi.c Mon May 8 16:54:19 2006
|
||||
@@ -646,7 +646,7 @@ static void _launch_debugger (CGI *cgi,
|
||||
--- cgi/cgi.c.orig Mon Nov 6 23:32:16 2006
|
||||
+++ cgi/cgi.c Thu Apr 28 16:33:48 2016
|
||||
@@ -503,7 +503,7 @@ static void _launch_debugger (CGI *cgi, char *display)
|
||||
|
||||
if (!pid)
|
||||
{
|
||||
@ -9,7 +9,7 @@
|
||||
execl("/bin/sh", "sh", "-c", buffer, NULL);
|
||||
}
|
||||
else
|
||||
@@ -1341,11 +1341,11 @@ NEOERR *cgi_output (CGI *cgi, STRING *st
|
||||
@@ -1205,11 +1205,11 @@ NEOERR *cgi_output (CGI *cgi, STRING *str)
|
||||
{
|
||||
if (use_gzip)
|
||||
{
|
||||
@ -23,7 +23,7 @@
|
||||
Z_DEFLATED, 0 /*flags*/, 0,0,0,0 /*time*/, 0 /*xflags*/,
|
||||
OS_CODE);
|
||||
err = cgiwrap_write(gz_buf, 10);
|
||||
@@ -1357,7 +1357,7 @@ NEOERR *cgi_output (CGI *cgi, STRING *st
|
||||
@@ -1221,7 +1221,7 @@ NEOERR *cgi_output (CGI *cgi, STRING *str)
|
||||
if (use_gzip)
|
||||
{
|
||||
/* write crc and len in network order */
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-cgi_cgi_h,v 1.4 2008/11/18 20:00:09 okan Exp $
|
||||
--- cgi/cgi.h.orig Thu Dec 1 04:57:32 2005
|
||||
+++ cgi/cgi.h Mon May 8 16:54:19 2006
|
||||
@@ -267,11 +267,11 @@ FILE *cgi_filehandle (CGI *cgi, const ch
|
||||
$OpenBSD: patch-cgi_cgi_h,v 1.5 2016/04/28 15:34:14 sthen Exp $
|
||||
--- cgi/cgi.h.orig Thu Dec 1 03:57:32 2005
|
||||
+++ cgi/cgi.h Thu Apr 28 16:33:48 2016
|
||||
@@ -267,11 +267,11 @@ FILE *cgi_filehandle (CGI *cgi, const char *form_name)
|
||||
* removed from future versions in favor of some sort of
|
||||
* user error mechanism.
|
||||
* Input: cgi - a pointer to a CGI struct
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-cgi_html_c,v 1.4 2008/11/18 20:00:09 okan Exp $
|
||||
--- cgi/html.c.orig Thu Dec 1 05:03:09 2005
|
||||
+++ cgi/html.c Mon May 8 16:54:19 2006
|
||||
@@ -392,7 +392,7 @@ static NEOERR *split_and_convert (const
|
||||
$OpenBSD: patch-cgi_html_c,v 1.5 2016/04/28 15:34:14 sthen Exp $
|
||||
--- cgi/html.c.orig Fri Oct 20 00:26:35 2006
|
||||
+++ cgi/html.c Thu Apr 28 16:33:48 2016
|
||||
@@ -392,7 +392,7 @@ static NEOERR *split_and_convert (const char *src, int
|
||||
"Unable to allocate memory to convert url");
|
||||
break;
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- cs/csparse.c.orig Fri Feb 3 03:17:41 2006
|
||||
+++ cs/csparse.c Mon May 8 16:54:19 2006
|
||||
@@ -1706,6 +1706,7 @@ static NEOERR *eval_expr_string(CSPARSE
|
||||
--- cs/csparse.c.orig Fri Oct 20 00:26:11 2006
|
||||
+++ cs/csparse.c Thu Apr 28 16:33:48 2016
|
||||
@@ -1832,6 +1832,7 @@ static NEOERR *eval_expr_string(CSPARSE *parse, CSARG
|
||||
{
|
||||
char *s1, *s2;
|
||||
int out;
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
result->op_type = CS_TYPE_NUM;
|
||||
s1 = arg_eval (parse, arg1);
|
||||
@@ -1780,11 +1781,12 @@ static NEOERR *eval_expr_string(CSPARSE
|
||||
@@ -1906,11 +1907,12 @@ static NEOERR *eval_expr_string(CSPARSE *parse, CSARG
|
||||
case CS_OP_ADD:
|
||||
result->op_type = CS_TYPE_STRING;
|
||||
result->alloc = 1;
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- util/filter.h.orig Thu Jun 30 20:58:05 2005
|
||||
+++ util/filter.h Mon May 8 16:54:19 2006
|
||||
@@ -84,7 +84,7 @@ NEOERR *filter_create_fd(const char *cmd
|
||||
--- util/filter.h.orig Thu Jun 30 19:58:05 2005
|
||||
+++ util/filter.h Thu Apr 28 16:33:48 2016
|
||||
@@ -84,7 +84,7 @@ NEOERR *filter_create_fd(const char *cmd, int *fdin, i
|
||||
* pid -> the pid of the sub process
|
||||
* Returns: NERR_SYSTEM, NERR_IO
|
||||
*/
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- util/neo_err.h.orig Thu Dec 15 23:17:36 2005
|
||||
+++ util/neo_err.h Mon May 8 16:54:19 2006
|
||||
@@ -105,7 +105,7 @@ NEOERR *nerr_raise_errnof (const char *f
|
||||
--- util/neo_err.h.orig Thu Dec 15 22:17:36 2005
|
||||
+++ util/neo_err.h Thu Apr 28 16:33:48 2016
|
||||
@@ -105,7 +105,7 @@ NEOERR *nerr_raise_errnof (const char *func, const cha
|
||||
#define nerr_pass(e) \
|
||||
nerr_passf(__PRETTY_FUNCTION__,__FILE__,__LINE__,e)
|
||||
NEOERR *nerr_passf (const char *func, const char *file, int lineno,
|
||||
@ -9,7 +9,7 @@
|
||||
|
||||
/* function: nerr_pass_ctx
|
||||
* description: this function is used to pass an error up a level in the
|
||||
@@ -127,47 +127,47 @@ NEOERR *nerr_passf (const char *func, co
|
||||
@@ -127,47 +127,47 @@ NEOERR *nerr_passf (const char *func, const char *file
|
||||
#define nerr_pass_ctx(e,f,...) \
|
||||
nerr_pass_ctxf(__PRETTY_FUNCTION__,__FILE__,__LINE__,e,f,__VA_ARGS__)
|
||||
#endif
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-util_neo_hdf_c,v 1.4 2008/11/18 20:00:09 okan Exp $
|
||||
--- util/neo_hdf.c.orig Tue Mar 7 21:24:44 2006
|
||||
+++ util/neo_hdf.c Mon May 8 16:57:13 2006
|
||||
@@ -771,13 +771,14 @@ skip_search:
|
||||
$OpenBSD: patch-util_neo_hdf_c,v 1.5 2016/04/28 15:34:14 sthen Exp $
|
||||
--- util/neo_hdf.c.orig Sat Aug 12 00:47:01 2006
|
||||
+++ util/neo_hdf.c Thu Apr 28 16:33:48 2016
|
||||
@@ -772,13 +772,14 @@ skip_search:
|
||||
}
|
||||
else if (hp->link)
|
||||
{
|
||||
@ -19,7 +19,7 @@ $OpenBSD: patch-util_neo_hdf_c,v 1.4 2008/11/18 20:00:09 okan Exp $
|
||||
err = _set_value (hdf, new_name, value, dup, wf, link, attr, set_node);
|
||||
free(new_name);
|
||||
return nerr_pass(err);
|
||||
@@ -1170,8 +1171,9 @@ static NEOERR* hdf_dump_cb(HDF *hdf, con
|
||||
@@ -1211,8 +1212,9 @@ static NEOERR* hdf_dump_cb(HDF *hdf, const char *prefi
|
||||
{
|
||||
if (prefix && (dtype == DUMP_TYPE_DOTTED))
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-util_neo_str_c,v 1.4 2008/11/18 20:00:09 okan Exp $
|
||||
--- util/neo_str.c.orig Fri Jul 1 02:42:50 2005
|
||||
+++ util/neo_str.c Mon May 8 16:54:19 2006
|
||||
@@ -122,7 +122,7 @@ NEOERR *string_append (STRING *str, cons
|
||||
$OpenBSD: patch-util_neo_str_c,v 1.5 2016/04/28 15:34:14 sthen Exp $
|
||||
--- util/neo_str.c.orig Mon Aug 7 21:01:53 2006
|
||||
+++ util/neo_str.c Thu Apr 28 16:33:48 2016
|
||||
@@ -122,7 +122,7 @@ NEOERR *string_append (STRING *str, const char *buf)
|
||||
l = strlen(buf);
|
||||
err = string_check_length (str, l);
|
||||
if (err != STATUS_OK) return nerr_pass (err);
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-util_neo_str_c,v 1.4 2008/11/18 20:00:09 okan Exp $
|
||||
str->len += l;
|
||||
|
||||
return STATUS_OK;
|
||||
@@ -174,7 +174,7 @@ NEOERR *string_appendvf (STRING *str, co
|
||||
@@ -174,7 +174,7 @@ NEOERR *string_appendvf (STRING *str, const char *fmt,
|
||||
err = string_check_length (str, bl+1);
|
||||
if (err != STATUS_OK) return nerr_pass (err);
|
||||
va_copy(tmp, ap);
|
||||
|
Loading…
x
Reference in New Issue
Block a user