From owner-cvs-all Mon Jun 4 8:11:56 2001 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id D723A37B401; Mon, 4 Jun 2001 08:11:46 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id LAA76292; Mon, 4 Jun 2001 11:11:42 -0400 (EDT) (envelope-from wollman) Date: Mon, 4 Jun 2001 11:11:42 -0400 (EDT) From: Garrett Wollman Message-Id: <200106041511.LAA76292@khavrinen.lcs.mit.edu> To: David Malone Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd builtins.c inetd.8 inetd.h In-Reply-To: <200106041143.f54BhUF05489@freefall.freebsd.org> References: <200106041143.f54BhUF05489@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: > Use MAXLOGNAME to determine the longest usernames. In POSIX this is spelled {LOGIN_NAME_MAX}, with minimum allowable value {_POSIX_LOGIN_NAME_MAX} (including the terminating null), and has sysconf() key _SC_LOGIN_NAME_MAX. All of these are currently missing in FreeBSD. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message