From owner-cvs-all Mon Sep 30 12:27:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88C5337B401; Mon, 30 Sep 2002 12:27:46 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1C1C43E3B; Mon, 30 Sep 2002 12:27:45 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.5) with ESMTP id g8UJRiVo045046 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Mon, 30 Sep 2002 15:27:45 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.5/Submit) id g8UJRiAO045043; Mon, 30 Sep 2002 15:27:44 -0400 (EDT) (envelope-from wollman) Date: Mon, 30 Sep 2002 15:27:44 -0400 (EDT) From: Garrett Wollman Message-Id: <200209301927.g8UJRiAO045043@khavrinen.lcs.mit.edu> To: Mike Barcroft Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include Makefile In-Reply-To: <200209301714.g8UHEQUe035297@freefall.freebsd.org> References: <200209301714.g8UHEQUe035297@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > mike 2002/09/30 10:14:26 PDT > Modified files: > include Makefile > Log: > Don't install mqueue.h, since it only makes things harder for porting > software when you provide prototypes for non-existent functions. Those applications are supposed to be looking at _POSIX_MESSAGE_PASSING to determine whether the interface is implemented, rather than glomming on to a header file which just happens to have the same name as one specified in POSIX. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message