Date: Sun, 14 Oct 2007 23:35:08 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 127533 for review Message-ID: <200710142335.l9ENZ8lx054325@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=127533 Change 127533 by kmacy@kmacy_home:ethng on 2007/10/14 23:34:09 use shared linux compat header Affected files ... .. //depot/projects/ethng/src/sys/dev/cxgb/cxgb_osdep.h#13 edit Differences ... ==== //depot/projects/ethng/src/sys/dev/cxgb/cxgb_osdep.h#13 (text+ko) ==== @@ -301,18 +301,7 @@ #define simple_strtoul strtoul /* More types and endian definitions */ -typedef uint8_t u8; -typedef uint16_t u16; -typedef uint32_t u32; -typedef uint64_t u64; - -typedef uint8_t __u8; -typedef uint16_t __u16; -typedef uint32_t __u32; -typedef uint8_t __be8; -typedef uint16_t __be16; -typedef uint32_t __be32; -typedef uint64_t __be64; +#include <sys/linux_compat.h> #if BYTE_ORDER == BIG_ENDIAN #define __BIG_ENDIAN_BITFIELD
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710142335.l9ENZ8lx054325>