From nobody@FreeBSD.org  Wed Jun  7 12:56:30 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3176416C13B
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  7 Jun 2006 11:52:19 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E751343D4C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  7 Jun 2006 11:52:18 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k57BqI7E008520
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 7 Jun 2006 11:52:18 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k57BqIP6008519;
	Wed, 7 Jun 2006 11:52:18 GMT
	(envelope-from nobody)
Message-Id: <200606071152.k57BqIP6008519@www.freebsd.org>
Date: Wed, 7 Jun 2006 11:52:18 GMT
From: michael johnson <ahze@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: src/lib/libexpat is setup for small endian
X-Send-Pr-Version: www-2.3

>Number:         98618
>Category:       kern
>Synopsis:       [libexpat] [patch] src/lib/libexpat is setup for small endian
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    antoine
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 07 13:00:37 GMT 2006
>Closed-Date:    Sun Aug 10 19:22:36 UTC 2008
>Last-Modified:  Sun Aug 10 19:22:36 UTC 2008
>Originator:     michael johnson
>Release:        
>Organization:
>Environment:
>Description:
src/lib/libexpat/expat_config.h is set up for small endian 

#define BYTEORDER 1234 should be 4321 on big endian 
and
WORDS_BIGENDIAN also should defined on big endian
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/98618: commit references a PR
Date: Sun, 10 Aug 2008 19:10:59 +0000 (UTC)

 antoine     2008-08-10 19:10:40 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     lib/libexpat         expat_config.h 
   Log:
   SVN rev 181535 on 2008-08-10 19:10:40Z by antoine
   
   MFC r168998 (by phk) to stable/6:
     Get endianess right.
     Why would an XML library need to know about endianess anyway ??
   
   PR:             kern/98618
   
   Revision  Changes    Path
   1.1.14.1  +11 -1     src/lib/libexpat/expat_config.h
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: antoine 
State-Changed-When: Sun Aug 10 19:21:05 UTC 2008 
State-Changed-Why:  
Close: committed in head, stable/7 and stable/6. 
Thanks for the report! 


Responsible-Changed-From-To: freebsd-bugs->antoine 
Responsible-Changed-By: antoine 
Responsible-Changed-When: Sun Aug 10 19:21:05 UTC 2008 
Responsible-Changed-Why:  
Track. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98618 
>Unformatted:
