On Friday 28 September 2001 06:39 am, Sander Striker wrote: > > From: Sander Striker [mailto:[EMAIL PROTECTED] > > Sent: 28 September 2001 14:04 > > > > Hi, > > > > I am in the process of removing SMS in my tree. > > Are these macros used anywhere? > > > > #define APR_CLEANUP_REGISTER(struct, data, func, scope) \ > > #define APR_CLEANUP_REMOVE(struct, data, func) \ > > #define APR_MEM_PSTRDUP(struct, ptr, str) \ > > #define APR_MEM_MALLOC(ptr, struct, type) \ > > #define APR_MEM_CALLOC(ptr, struct, type) \ > > > > They are in include/arch/(netware|win32)/private.h. > > > > I know they aren't used in apr and apr-util, and as far as I can > > tell not in httpd-2.0, so I think I can remove those safely. > > Didn't find any references in apr, apr-util or httpd, so I'm > removing them. > > > If people can give me a go ahead on my remove SMS commit I would > > appreciate it. > > Never mind I found Cliffs commit msg of the sms dependency removal > for the buckets... > > Ah, my build of httpd just failed. > > If someone could be so kind to commit this patch to httpd: > > --- include/http_protocol.h Fri Sep 28 15:35:20 2001 > +++ include/http_protocol.h~ Fri Sep 28 15:23:58 2001 > @@ -602,8 +602,6 @@ > int status; > /** The error string */ > const char *data; > - /** The SMS from which this structure was allocated */ > - apr_sms_t *sms; > }; > > AP_DECLARE_DATA extern const apr_bucket_type_t ap_bucket_type_error; > > > I will commit shortly after that. > > Sander
Committed. Ryan -- ______________________________________________________________ Ryan Bloom [EMAIL PROTECTED] Covalent Technologies [EMAIL PROTECTED] --------------------------------------------------------------
