User env not set on chrootshell

Paul Smith psmith@nortel.com
Fri Aug 26 21:18:00 GMT 2005


%% EJS <ejshoor@yahoo.com> writes:

  e> +		die2("no such user id %s\n",(char *)getuid());

I'm sure Dan would catch this, but this is incorrect.  You mean
something like:

    	die2("no such user id %lu\n", (unsigned long)getuid());

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <psmith@nortel.com>           HASMAT: HA Software Mthds & Tools
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
-------------------------------------------------------------------------------
        These are my opinions--Nortel takes no responsibility for them.

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com



More information about the crossgcc mailing list