K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2010-01-30T18:50:57.432939Z K 7 svn:log V 381 Really fix setting argc. This problem should be properly fixed in kern_exec.c, which incorrectly uses suword() instead of suword32() to set nargvstr, but I am afraid of breaking sparc64. This should be revisited before merging. With this change, all statically linked binaries appear to be working correctly -- I can even compile things with gcc! Discussed with: Patrick Kerharo END