On Fri, Jan 14, 2005 at 12:18:04PM +0100, Mladen Turk wrote: > Hi, > > It's been couple of months since I proposed a patch > that will allow setting uid/gid for newly created > processes using apr_proc_create.
New warnings: threadproc/unix/proc.c: In function `apr_proc_create': threadproc/unix/proc.c:421: warning: unused variable `rv' threadproc/unix/proc.c:431: warning: unused variable `rv' I think it would be much better to define the apr_procattr_user_set interface to fail with some particular (new?) APR_E* error code if the password is not given on platforms which require a password, than to use an apr.h feature flag for this. joe
