NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/56191 CVS commit: src/external/cddl/osnet/dist/common/nvpair



The following reply was made to PR kern/56191; it has been noted by GNATS.

From: "Juergen Hannken-Illjes" <hannken%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56191 CVS commit: src/external/cddl/osnet/dist/common/nvpair
Date: Fri, 21 May 2021 17:32:49 +0000

 Module Name:	src
 Committed By:	hannken
 Date:		Fri May 21 17:32:49 UTC 2021
 
 Modified Files:
 	src/external/cddl/osnet/dist/common/nvpair: nvpair.c
 
 Log Message:
 Replace the Solaris style endian check (exactly one of
 _LITTLE_ENDIAN or _BIG_ENDIAN is defined) with standard check
 "#if BYTE_ORDER == BIG_ENDIAN" like we do it elseware.
 
 Should fix PR 56191 (ZFS tests fail on sparc64)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.5 -r1.6 src/external/cddl/osnet/dist/common/nvpair/nvpair.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index