From owner-cvs-all Sat Oct 14 17:45:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 64A9E37B66D; Sat, 14 Oct 2000 17:45:19 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA70717; Sat, 14 Oct 2000 17:45:19 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200010150045.RAA70717@freefall.freebsd.org> From: Brian Somers Date: Sat, 14 Oct 2000 17:45:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include endian.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/10/14 17:45:19 PDT Modified files: sys/i386/include endian.h Log: Redefine __word_swap_long, __byte_swap_long and __byte_swap_word as inline functions, renaming them to __uint16_swap_uint32, __uint8_swap_uint32 and __uint8_swap_uint16. Doing it properly suggested by: msmith Reviewed by: msmith Revision Changes Path 1.19 +33 -36 src/sys/i386/include/endian.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message