Subject: shared memory problems?
To: None <current-users@NetBSD.ORG>
From: Jeffrey Wheat <jeff@tad.cetlink.net>
List: current-users
Date: 01/16/1996 09:49:39
I'm having some problems using shared memory on NetBSD-cuurent. I have rebuilt
my kernel and libraries and installed. When I do an nm on libc.so.12.3, I can
not find the following which are present in libc.so.12.0:

[jeff@tad] /usr/lib % nm libc.so.12.0 | grep sys | more
000216c8 T _msgsys
000215a8 T _semsys
00021470 T _shmsys

Is there something I need to do to get these calls? Thanks in advance.

-jeff