AMD64 - Fix unsigned promotion that was meant to be a signed promotion
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 22 Aug 2009 23:06:14 +0000 (16:06 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 22 Aug 2009 23:06:14 +0000 (16:06 -0700)
commit55126001d825cd2f25f79cb92b74cb3cfa958071
treec39790d083e0c174e662cf52611a8cdba80e6379
parent7f6253e775f01c26148b26c9003561f4d5e6b703
AMD64 - Fix unsigned promotion that was meant to be a signed promotion

* When casting the result if a TCP sequence space difference to a long
  we must first cast to tcp_seq_diff_t or the promotion will not
  sign-extend the result.
sys/netinet/tcp_output.c