Small patch and build trouble

2000-03-04 Thread Jimen Ching
Here is a small patch: diff -u -r1.21 bootstrap.cpp --- base/unix/src/bootstrap.cpp 2000/02/29 10:01:57 1.21 +++ base/unix/src/bootstrap.cpp 2000/03/05 03:32:41 @@ -242,7 +242,7 @@ if (!allow_mult) { if (pCmdLine) shmdt(pCmdLine); -semctl (iCmdSem,

RE: Small patch and build trouble

2000-03-04 Thread Isaac Richards
I've got a patch to fix this in my queue.. Compiles and runs fine on my box, apparently compiles and segfaults on linuxppc, and doesn't compile for others. Isaac On 05-Mar-2000 Jimen Ching wrote: This still does not fix a build problem on Linux. It seems g++ can't convert an int to a union.