Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 1996 13:20:15 -0700
From:      John Polstra <jdp@polstra.com>
To:        tom@caseware.com
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Typhoon
Message-ID:  <199610232020.NAA27544@austin.polstra.com>
In-Reply-To: <2.2.32.19961023185439.0093f964@caseware.com>
References:  <2.2.32.19961023185439.0093f964@caseware.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> if( (db->shm_id = shmget(key, sizeof(TyphoonSharedMemory), 0)) == -1 ) {
...
> Program received signal SIGSYS, Bad system call.

To use the System V shared memory calls such as shmget, you must put
"options SYSVSHM" in your kernel config file, and configure and build
a new kernel.  See "/usr/src/sys/i386/conf/LINT" for an example.
--
   John Polstra                                       jdp@polstra.com
   John D. Polstra & Co., Inc.                Seattle, Washington USA
   "Self-knowledge is always bad news."                 -- John Barth



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610232020.NAA27544>