From owner-freebsd-hackers@FreeBSD.ORG Mon May 26 06:36:02 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B91037B401 for ; Mon, 26 May 2003 06:36:02 -0700 (PDT) Received: from smtp-out.comcast.net (smtp-out.comcast.net [24.153.64.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E96543F75 for ; Mon, 26 May 2003 06:36:02 -0700 (PDT) (envelope-from sjr@comcast.net) Received: from pcp325887pcs.catonv01.md.comcast.net (pcp01207798pcs.nrockv01.md.comcast.net [68.48.15.65]) by mtaout01.icomcast.net (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0HFH00MXTXRSQO@mtaout01.icomcast.net> for freebsd-hackers@freebsd.org; Mon, 26 May 2003 09:35:53 -0400 (EDT) Received: from istari.comcast.net (localhost [127.0.0.1]) by pcp325887pcs.catonv01.md.comcast.net (8.12.9/8.12.9) with ESMTP id h4QDZiqe054675 for ; Mon, 26 May 2003 09:35:51 -0400 Date: Mon, 26 May 2003 09:35:44 -0400 (EDT) From: "Stephen J. Roznowski" To: freebsd-hackers@freebsd.org Message-id: <200305261335.h4QDZiqe054675@pcp325887pcs.catonv01.md.comcast.net> MIME-version: 1.0 Content-type: TEXT/plain; charset=us-ascii Content-transfer-encoding: 7BIT Subject: _POSIX_C_SOURCE question X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 13:36:03 -0000 When compiling XFree86-4-libraries, I get the following warning: /usr/include/sys/cdefs.h:273: warning: `_POSIX_C_SOURCE' is not defined /usr/include/sys/cdefs.h:279: warning: `_POSIX_C_SOURCE' is not defined Should this section of cdefs.h be wrapped with a #ifdef _POSIX_C_SOURCE #endif section? Thanks, -- Stephen J. Roznowski (sjr@comcast.net)