From owner-cvs-all@FreeBSD.ORG Wed Jul 7 23:34:55 2004 Return-Path: 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 5AC3A16A4CE; Wed, 7 Jul 2004 23:34:55 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DE6243D3F; Wed, 7 Jul 2004 23:34:55 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 22E3A5C86D; Wed, 7 Jul 2004 16:34:55 -0700 (PDT) Date: Wed, 7 Jul 2004 16:34:55 -0700 From: Alfred Perlstein To: Garrett Wollman Message-ID: <20040707233455.GI95729@elvis.mu.org> References: <200407072047.i67Klgqu082069@repoman.freebsd.org> <200407072225.i67MP03s039814@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407072225.i67MP03s039814@khavrinen.lcs.mit.edu> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/sys pathconf.2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2004 23:34:55 -0000 * Garrett Wollman [040707 15:25] wrote: > < said: > > > there's no such define as KERN_NAME_MAX, change to _POSIX_NAME_MAX. > > That is not more correct. > > Actually, it should be documented thus: > > .It Li _PC_NO_TRUNC > Always returns 1. > (Included to support software written for previous editions of > .Tn POSIX . ) > > -GAWollman Whoa.... if _PC_NO_TRUNC returns 1 then an application should assume that names longer than 14 characters (_POSIX_NAME_MAX) are truncated??? But that's always set? I'm confused. Can you suggest better wording? Perhaps (if I'm understanding properly): "Always returns 1, but should be ignored." ? Because we sure as hell don't truncate names 14 characters. :) -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684