Hi,
Enables compilation witch current CVS.
Index: modperl_bucket.c
===================================================================
RCS file:
/home/cvspublic/modperl-2.0/src/modules/perl/modperl_bucket.c,v
retrieving revision 1.7
diff -u -r1.7 modperl_bucket.c
--- modperl_bucket.c 24 Sep 2001 03:32:55 -0000 1.7
+++ modperl_bucket.c 4 Jun 2002 18:36:29 -0000
@@ -48,7 +48,11 @@
}
static const apr_bucket_type_t modperl_bucket_sv_type = {
+#if MODULE_MAGIC_NUMBER < 20020602
"mod_perl SV bucket", 4,
+#else
+ "mod_perl SV bucket", 4, APR_BUCKET_DATA,
+#endif
modperl_bucket_sv_destroy,
modperl_bucket_sv_read,
apr_bucket_setaside_notimpl,
MT.