View | Details | Raw Unified | Return to bug 269753 | Differences between
and this patch

Collapse All | Expand All

(-)b/sys/sys/_endian.h (-1 / +1 lines)
Lines 38-44 Link Here
38
38
39
#include <sys/cdefs.h>				/* visibility macros */
39
#include <sys/cdefs.h>				/* visibility macros */
40
40
41
/* BSD Compatiblity */
41
/* BSD Compatibility */
42
#define	_BYTE_ORDER	__BYTE_ORDER__
42
#define	_BYTE_ORDER	__BYTE_ORDER__
43
43
44
/*
44
/*

Return to bug 269753