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:
Joel Sherrill
2002-10-07 17:11:27 +00:00
parent e1229013c2
commit a63efae255
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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,
+1 -1
View File
@@ -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
/*