Subject: Re: Expected behavior from shmget()?
To: der Mouse <mouse@Collatz.McRCIM.McGill.EDU>
From: Randy Terbush <randy@zyzzyva.com>
List: current-users
Date: 02/18/1996 12:37:35
> >>> 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?
> > Because the return value from shmget() seems to be very different
> > from other OS'.
>
> So what? Isn't a shmid an opaque cookie anyway? Then why are you
> concerned over NetBSD using a different way of generating those cookies
> than FooOS for some foo?
>
Easy.... This was just a naive question from one who noticed a rather
striking difference.