Bug 98618

Summary: [libexpat] [patch] src/lib/libexpat is setup for small endian
Product: Base System Reporter: Michael Johnson <ahze>
Component: kernAssignee: Antoine Brodin <antoine>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 1.0-CURRENT   
Hardware: Any   
OS: Any   

Description Michael Johnson freebsd_committer freebsd_triage 2006-06-07 14:00:37 UTC
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
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-08-10 20:10:59 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"
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2008-08-10 20:21:05 UTC
State Changed
From-To: open->closed

Close: committed in head, stable/7 and stable/6. 
Thanks for the report! 


Comment 3 Antoine Brodin freebsd_committer freebsd_triage 2008-08-10 20:21:05 UTC
Responsible Changed
From-To: freebsd-bugs->antoine

Track.