--- ./elkscomp/elks/init/main.c 2004-05-31 09:49:25.000000000 -0400 +++ ./elkscurr/elks/init/main.c 2004-07-19 21:44:20.000000000 -0400 @@ -98,8 +98,11 @@ mount_root(); printk("Loading init\n"); - - if ((num = sys_execve("/bin/init", args, 18))) { + + num = sys_execve("/bin/init", args, 18); + + if (num != 0) + { printk("sys_execve(\"/bin/init\",args,18) => %d.\n",num);