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, IPC_RMID, 0);
+        semctl (iCmdSem, 0, IPC_RMID, 0);
         shmctl (iCmdMem, IPC_RMID, 0);
     }
 
This still does not fix a build problem on Linux.  It seems g++ can't
convert an int to a union.

--jc
--
Jimen Ching (WH6BRR)      [EMAIL PROTECTED]     [EMAIL PROTECTED]

_______________________________________________
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev

Reply via email to