K 10 svn:author V 5 guido K 8 svn:date V 27 1999-02-07T19:35:40.000000Z K 7 svn:log V 515 1) Fix our view of how ibcs2_semid_ds looks. There is no padding int there (SVR4 does have it so that;s probably the cause of this bug) 2) Add a wrapper function for translation between ibcs2_ipc_perm and ipc_perm as I think we screwed up when defining the ipc_perm struct and mixed up 'normal' and creator [ug]id's 3) Fix IBCS2_IPC_STAT semctl. The FreeBSD version needs a union semun whereas the IBCS2 version gives a struct ibcs2_semid_ds. Apparently this is all fixed in the SVR4 compatibility code. PR: 7729 END