mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-25 10:51:33 +08:00
2002-10-07 Eric Norum <eric.norum@usask.ca>
* netinet/tcp_var.h: Corrected typo in ARM alignment patch which broke all other ports.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-10-07 Eric Norum <eric.norum@usask.ca>
|
||||
|
||||
* netinet/tcp_var.h: Corrected typo in ARM alignment patch which
|
||||
broke all other ports.
|
||||
|
||||
2002-10-04 Jay Monkman <jtm@smoothsmoothie.com>
|
||||
|
||||
* netinet/in_cksum.c, netinet/ip_icmp.h, netinet/ip_input.c,
|
||||
|
||||
@@ -233,7 +233,7 @@ struct rmxp_tao {
|
||||
m = (struct mbuf *)((((unsigned int) (ti)->ti_sport) << 16) | ( (unsigned int)(ti)->ti_dport));
|
||||
|
||||
#else
|
||||
#define REASS_MBUF(ti) (*(mbuf_packed **)&((ti)->ti_t))
|
||||
#define REASS_MBUF(ti) (*(struct mbuf **)&((ti)->ti_t))
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user