From owner-freebsd-standards@FreeBSD.ORG Sat Feb 12 22:45:40 2011 Return-Path: Delivered-To: freebsd-standards@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99A55106566B; Sat, 12 Feb 2011 22:45:40 +0000 (UTC) (envelope-from wollman@csail.mit.edu) Received: from outgoing.csail.mit.edu (outgoing.csail.mit.edu [128.30.2.149]) by mx1.freebsd.org (Postfix) with ESMTP id 70E5A8FC0C; Sat, 12 Feb 2011 22:45:40 +0000 (UTC) Received: from dsl092-079-129.bos1.dsl.speakeasy.net ([66.92.79.129] helo=[192.168.1.3]) by outgoing.csail.mit.edu with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1PoNmH-00024Y-MR; Sat, 12 Feb 2011 17:17:17 -0500 References: <201102122116.p1CLGtJm051987@freefall.freebsd.org> (sfid-20110212_16171_2435D605) User-Agent: K-9 Mail for Android In-Reply-To: <201102122116.p1CLGtJm051987@freefall.freebsd.org> (sfid-20110212_16171_2435D605) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Garrett Wollman Date: Sat, 12 Feb 2011 17:17:16 -0500 To: brucec@freebsd.org,freebsd-doc@freebsd.org,freebsd-standards@freebsd.org Message-ID: <36a85352-9802-460b-b616-00cf9f9e502f@email.android.com> Cc: Subject: Re: docs/143472: gethostname(3) references undefined value: HOST_NAME_MAX X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2011 22:45:40 -0000 brucec@freebsd.org wrote: >Standards PR. The specification is slightly confusing between >gethostname >and limits.h but ultimately clear that HOST_NAME_MAX can be ommitted >and >and that sysconf should be used. The Standard uses special typography to indicate these parameters; we should, too. _GAWollman