From owner-cvs-src@FreeBSD.ORG Thu Apr 3 16:16:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C999B37B407; Thu, 3 Apr 2003 16:16:10 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25A1D43FBF; Thu, 3 Apr 2003 16:16:05 -0800 (PST) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id h340G4WJ060340 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 3 Apr 2003 16:16:04 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <031101c2fa3f$619fee30$52557f42@errno.com> From: "Sam Leffler" To: "Mike Barcroft" , "Nate Lawson" References: <20030403085821.AD2A537B407@hub.freebsd.org> <20030403184229.D18209@espresso.bsdmike.org> Date: Thu, 3 Apr 2003 16:16:04 -0800 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4920.2300 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Poul-Henning Kamp cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys endian.h src/share/man/man9 byteorder.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2003 00:16:11 -0000 > There aren't any standards that have these type of functions. The > closest thing is ntohl() and friends. We copied OpenBSD for the > function and header names, so it might be worthwhile seeing if they > want to provide these functions too. A good place to take this is bsdi-api-discuss@wasabisystems.com. Sam