ss-20021007 available

Joel Sherrill <joel@OARcorp.com> joel.sherrill at OARcorp.com
Mon Oct 7 18:49:47 UTC 2002


Hi,

Unfortunately, the patch which addressed IP header alignment
on the ARM had a minor typo which result in TCP/IP not compiling
on any target except ARM.  So the only real difference between
ss-20021004 and ss-20021007 is this patch.

diff -N -P -r -c
rtems-ss-20021004/cpukit/libnetworking/netinet/tcp_var.h
rtems-ss-20021007/cpukit/libnetworking/netinet/tcp_var.h
*** rtems-ss-20021004/cpukit/libnetworking/netinet/tcp_var.h    Fri Oct 
4 09:47:11 2002
--- rtems-ss-20021007/cpukit/libnetworking/netinet/tcp_var.h    Mon Oct 
7 12:11:27 2002
***************
*** 233,239 ****
          m = (struct mbuf *)((((unsigned int) (ti)->ti_sport) << 16) |
( (unsigned int)(ti)->ti_dport));
  
  #else
! #define REASS_MBUF(ti) (*(mbuf_packed **)&((ti)->ti_t))
  #endif
  
  /*
--- 233,239 ----
          m = (struct mbuf *)((((unsigned int) (ti)->ti_sport) << 16) |
( (unsigned int)(ti)->ti_dport));
  
  #else
! #define REASS_MBUF(ti) (*(struct mbuf **)&((ti)->ti_t))
  #endif


-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel at OARcorp.com                 On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
   Support Available             (256) 722-9985



More information about the users mailing list