Fix a pointer bug introduced by syscall messaging. semget() should work
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 1 Aug 2003 17:14:23 +0000 (17:14 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 1 Aug 2003 17:14:23 +0000 (17:14 +0000)
commite922758b7480a6fad8a655d365d47752a8cbc085
tree99523c8fa9a2b3858810e6df3b6d9d604b975d14
parentb3deab97ae99ff132b7af4807ca408032ae557ed
Fix a pointer bug introduced by syscall messaging.  semget() should work
properly now.

Submitted-by: qhwt@myrealbox.com
sys/kern/sysv_sem.c