Karl Fogel wrote: > Haven't committed (and won't) until we figure out what's going on with > the `const's, though. :-)
Well, I take that back. Can't stay online much longer, and have a feeling that any further tweaks will be minor, so I committed the change. Greg H, commit those changes to the Subversion client when ready, since it's now broken w.r.t. APR. :-) Greg S, I think I incorporated most of your suggestions except for the `const' stuff, and that only because I don't fully understand it. If you add those, go ahead and change the subversion client as necessary. If it's bogus for some reason, can revert with these commands: cd apr/include cvs up -p -r 1.22 apr_getopt.h > apr_getopt.h cd ../misc/unix cvs up -p -r 1.24 getopt.c > getopt.c cd ../.. cvs ci -m "Reverted previous change from ghudson et al." G'night, -Karl
