From owner-freebsd-questions Wed Dec 11 3: 9:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6209637B401 for ; Wed, 11 Dec 2002 03:09:22 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53F8443E4A for ; Wed, 11 Dec 2002 03:09:21 -0800 (PST) (envelope-from keramida@FreeBSD.ORG) Received: from gothmog.gr (patr530-a023.otenet.gr [212.205.215.23]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id gBBB9HOs002538; Wed, 11 Dec 2002 13:09:18 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id gBBB94eQ018991; Wed, 11 Dec 2002 13:09:17 +0200 (EET) (envelope-from keramida@FreeBSD.ORG) Received: (from keramida@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id gBBAkNLC076784; Wed, 11 Dec 2002 12:46:23 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Wed, 11 Dec 2002 12:46:23 +0200 From: Giorgos Keramidas To: "Philip M. Gollucci" Cc: questions@FreeBSD.ORG, dev@httpd.apache.org Subject: Re: g++ warnings Message-ID: <20021211104623.GC47983@gothmog.gr> References: <1039567747.606.29.camel@p6m7g8.hyatsv01.md.comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1039567747.606.29.camel@p6m7g8.hyatsv01.md.comcast.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-12-11 00:49, "Philip M. Gollucci" wrote: > /usr/include/sys/syslimits.h:41:2: warning: #warning "No > user-serviceable parts inside." Userlevel applications should not include this file. There's nothing left in that file that they should depend upon. The applications should use instead. > I keep getting this damned warning. In particular apache (apr [HEAD]) > but I seem to remember other things doing it too. Hopefully, the commit log of the file explains this better than I could ever do: : revision 1.13 : date: 2002/10/27 18:03:53; author: wollman; state: Exp; lines: +1 -1 : As promised, downgrade the #error into a #warning. :--------------------------------------------------------------------- : revision 1.12 : date: 2002/10/27 18:03:02; author: wollman; state: Exp; lines: +12 -10 : Update limits and configuration parameters for 1003.1/TC1/D6. : Implement new sysconf keys. Change the implenentation of : _SC_ASYNCHRONOUS_IO in preparation for the next set of changes. : : Move some limits which had been in to where : they belong. They had only ever been in syslimits.h to provide for the : kernel implementation of the CTL_USER MIB branch, which went away with : newsysctl years ago. (There is a #error in which I : will downgrade in the next commit.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message