Re: Bug Fix for SYSV semaphores.

2000-12-12 Thread Peter Jeremy
On 2000-Dec-12 14:45:37 -0800, Jeff Roberson <[EMAIL PROTECTED]> wrote: >I noticed that sysv semaphores initialize the otime member of the semid_ds >structure to 0, but they never update it afterwards. This field is supposed >to be the last operation time. ie the last time a semctl was done. Se

Bug Fix for SYSV semaphores.

2000-12-12 Thread Jeff Roberson
Title: Bug Fix for SYSV semaphores. I noticed that sysv semaphores initialize the otime member of the semid_ds structure to 0, but they never update it afterwards.  This field is supposed to be the last operation time.  ie the last time a semctl was done.  In UNIX Network Programming, Stevens