src/svsem.cpp @@ -11,7 +11,6 @@ union semun arg; struct sembuf sop; arg.val = 0; /* So initialize it to 0 */ if (semctl(semid, 0, SETVAL, arg) == -1) err_exit(errno, "semctl 1");