Subject: Re: Expected behavior from shmget()? To: None <current-users@NetBSD.ORG, randy@zyzzyva.com> From: Charles M. Hannum <mycroft@NetBSD.ORG> List: current-users Date: 02/17/1996 18:44:10
Notice that in the following piece of code shmget() returns
a value incremented by (64 *1024) on each invocation. Is this expected?
Is there some reason to think it's wrong?
The code works as intended.