On 12/19/2007 04:02 AM, [EMAIL PROTECTED] wrote: > Author: wrowe > Date: Tue Dec 18 19:02:57 2007 > New Revision: 605396 > > URL: http://svn.apache.org/viewvc?rev=605396&view=rev > Log: > Handle args appropriately for an apr app. > > Backports r605395 > > Modified: > httpd/httpd/branches/2.2.x/support/httxt2dbm.c > > Modified: httpd/httpd/branches/2.2.x/support/httxt2dbm.c > URL: > http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/support/httxt2dbm.c?rev=605396&r1=605395&r2=605396&view=diff > ============================================================================== > --- httpd/httpd/branches/2.2.x/support/httxt2dbm.c (original) > +++ httpd/httpd/branches/2.2.x/support/httxt2dbm.c Tue Dec 18 19:02:57 2007 > @@ -173,7 +173,7 @@ > return rv; > } > > -int main(int argc, const char *const argv[]) > +int main(int argc, const char * const argv[])
Sorry for nitpicking, but 1. Where is the vote on this backport? 2. Trunk and 2.2.x are now different because the line in trunk is still int main(int argc, const char *const argv[]) This makes backports harder for no good reason. Regards Rüdiger
