Date: Mon, 1 Jan 1996 10:08:05 -0800 (PST) From: Joerg Wunsch <joerg> To: dirk@hal.in-berlin.de, joerg, freebsd-bugs Subject: Re: kern/925 Message-ID: <199601011808.KAA00171@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: shmexit tries to return value although declared void
State-Changed-From-To: open-closed
State-Changed-By: joerg
State-Changed-When: Mon Jan 1 19:06:43 MET 1996
State-Changed-Why:
The problem doesn't exist in the -current sources:
void
shmexit(p)
struct proc *p;
{
...
p->p_vmspace->vm_shm = NULL;
}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601011808.KAA00171>
