On Tue, Jan 17, 2012 at 09:54:36PM +0100, Davide wrote:
>
> What does this loop in main?
>
> for (wrk = environ; *wrk != NULL; wrk++) {
> (void) envlist_setenv(envlist, *wrk);
> }Seems the return value (error code) of envlist_setenv is ignored here... -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667 Homepage: http://people.cs.nctu.edu.tw/~chenwj
