[omniORB] Fix for minor bug in omniORB/include/omniORB4/CORBA_sysdep_trad.h

Pablo Alvarez palvarez@neuralarts.com
Tue Apr 29 20:47:02 2003


Hi all

I get an #error: byte order unknown from this file because it does not 
recognize my platform. 

Here is the output of uname -a:

Linux miro.neuralarts.com 2.4.18-rtl3.2-pre1 #3 SMP Thu Mar 13 10:28:06 EST 
2003 i686 athlon i386 GNU/Linux

And here is the fix as a diff output:

316c316
< #if defined(__x86__)  || defined(__i686__) || defined(__i586__)
---
> #if defined(__x86__)

By the way, this bug seems to persist since omniORB 3.0.5, where I had last 
noticed it...

Thanks for a great tool,

Pablo

-- 
Pablo Alvarez, Ph.D.
System Developer
Neural Arts, Inc.
21 Bay State Rd
Boston MA 02215

email: palvarez@neuralarts.com
phone: 617 867 0235
fax:   617 867 0240