From owner-cvs-src@FreeBSD.ORG Mon Oct 18 17:19:36 2004 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 C990016A4CE; Mon, 18 Oct 2004 17:19:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9E1D43D3F; Mon, 18 Oct 2004 17:19:36 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9IHJa7I097437; Mon, 18 Oct 2004 17:19:36 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9IHJa9l097436; Mon, 18 Oct 2004 17:19:36 GMT (envelope-from obrien) Message-Id: <200410181719.i9IHJa9l097436@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 18 Oct 2004 17:19:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/i386/net htonl.S ntohl.S 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: Mon, 18 Oct 2004 17:19:36 -0000 obrien 2004-10-18 17:19:36 UTC FreeBSD src repository Modified files: lib/libc/i386/net htonl.S ntohl.S Log: Sync with sys/i386/include/endian.h: use the single instruction 'bswap'. Revision Changes Path 1.10 +4 -0 src/lib/libc/i386/net/htonl.S 1.10 +4 -0 src/lib/libc/i386/net/ntohl.S