From owner-freebsd-questions Mon Sep 18 16:38:29 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA09801 for questions-outgoing; Mon, 18 Sep 1995 16:38:29 -0700 Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id QAA09794 for ; Mon, 18 Sep 1995 16:38:28 -0700 Received: (from julian@localhost) by ref.tfs.com (8.6.11/8.6.9) id QAA02789; Mon, 18 Sep 1995 16:38:17 -0700 From: Julian Elischer Message-Id: <199509182338.QAA02789@ref.tfs.com> Subject: Re: Shared Memory and ftok() To: strayer@lucky.ca.sandia.gov (Tim Strayer) Date: Mon, 18 Sep 1995 16:38:17 -0700 (PDT) Cc: questions@freebsd.org In-Reply-To: <9509182118.AA23402@lucky.ca.sandia.gov> from "Tim Strayer" at Sep 18, 95 02:18:53 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 258 Sender: owner-questions@freebsd.org Precedence: bulk did you compile the SYSV shm support into the kernel? check the 'LINT' config file for examples... > > I am trying to use shm and ftok on FreeBSD 2.1.0. > > The function call "shmget()", when called, produces > > Bad system call (core dumped) julian