From owner-freebsd-bugs Thu Oct 23 22:23:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA23434 for bugs-outgoing; Thu, 23 Oct 1997 22:23:14 -0700 (PDT) (envelope-from owner-freebsd-bugs) Received: from titan.mcit.com (titan.mcit.com [166.37.52.154]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id WAA23429 for ; Thu, 23 Oct 1997 22:23:12 -0700 (PDT) (envelope-from ttraylor@titan.mcit.com) Received: from localhost by titan.mcit.com (5.65v4.0/1.1.8.2/15Jul97-0255PM) id AA03901; Thu, 23 Oct 1997 23:22:37 -0600 Date: Thu, 23 Oct 1997 23:22:37 -0600 (MDT) From: "Thomas S. Traylor" Reply-To: Thomas.Traylor@mci.com To: freebsd-bugs@freebsd.org Subject: Problems with ? (fwd) Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hey, While working on some code that uses SV Message Queues, I found that MSG_R and MSG_W were not defined. Shouldn't these be defined in ? Shouldn't there be something like this #define MSG_R 0400 /* read permission */ #define MSG_W 0200 /* write permission */ or #define MSG_R IPC_R /* read permission */ #define MSG_W IPC_W /* write permission */ in ? SEM_R and SEM_A are defined in and SHM_R and SHM_W are defined in . It seems to me that MSG_R and MSG_W are missing from . Should a Problem Report be sent for this? Tom -- Thomas Traylor Thomas.Traylor@mci.com ttraylor@titan.mcit.com (719) 535-1269