From owner-freebsd-bugs@FreeBSD.ORG Thu Feb 24 14:50:35 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54C6716A4CE for ; Thu, 24 Feb 2005 14:50:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39BF243D31 for ; Thu, 24 Feb 2005 14:50:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1OEoZJT059973 for ; Thu, 24 Feb 2005 14:50:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1OEoZ0d059972; Thu, 24 Feb 2005 14:50:35 GMT (envelope-from gnats) Date: Thu, 24 Feb 2005 14:50:35 GMT Message-Id: <200502241450.j1OEoZ0d059972@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Robert Watson Subject: Re: bin/78021: sem_open(3) doesn't mention fnctl.h include X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Robert Watson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2005 14:50:35 -0000 The following reply was made to PR bin/78021; it has been noted by GNATS. From: Robert Watson To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: bin/78021: sem_open(3) doesn't mention fnctl.h include Date: Thu, 24 Feb 2005 14:44:12 +0000 (GMT) On Thu, 24 Feb 2005 FreeBSD-gnats-submit@freebsd.org wrote: > Thank you very much for your problem report. It has the internal > identification `bin/78021'. The individual assigned to look at your > report is: freebsd-bugs. Just as a follow-up: stat.h is also needed for the S_IW* flags argument, and the example included is a poor copy-and-paste, the S_IW* flags argument is needed before the final 0 in a call to sem_open(). Robert N M Watson