diff options
author | tv <tv@pkgsrc.org> | 1998-12-04 17:25:13 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-12-04 17:25:13 +0000 |
commit | b2b77d4be5799bd302fad2df2887d4547734ace4 (patch) | |
tree | 42a32430e22349da5a169e2f8058da389e5cc1b0 /www/ap-perl/patches | |
parent | ccf67c359f369adf3342155ab36216f851db110c (diff) | |
download | pkgsrc-b2b77d4be5799bd302fad2df2887d4547734ace4.tar.gz |
Update Apache pkg version number to 1.3.3.2, and fix PLIST/httpd.conf.add
a bit.
Diffstat (limited to 'www/ap-perl/patches')
-rw-r--r-- | www/ap-perl/patches/patch-ab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-perl/patches/patch-ab b/www/ap-perl/patches/patch-ab index a0bac5685ee..30b0c44def6 100644 --- a/www/ap-perl/patches/patch-ab +++ b/www/ap-perl/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.1.1.1 1998/12/04 00:10:57 tv Exp $ +$NetBSD: patch-ab,v 1.2 1998/12/04 17:25:13 tv Exp $ --- src/modules/perl/mod_perl.c.orig Wed Sep 30 23:13:14 1998 +++ src/modules/perl/mod_perl.c Thu Dec 3 17:30:09 1998 @@ -22,7 +22,7 @@ $NetBSD: patch-ab,v 1.1.1.1 1998/12/04 00:10:57 tv Exp $ + * -Doug MacEachern + */ + -+static int handle_perl(FILE *in, request_rec *r, const char *error) ++static int handle_perl(FILE *in, request_rec *r, const char *error, const char *timefmt) +{ + char tag[MAX_STRING_LEN]; + char parsed_string[MAX_STRING_LEN]; |