wok diff gpxe/stuff/gcc.u @ rev 21985
linld: x86 support (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 14 11:52:35 2019 +0200 (2019-10-14) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gpxe/stuff/gcc.u Mon Oct 14 11:52:35 2019 +0200 1.3 @@ -0,0 +1,11 @@ 1.4 +--- gpxe-0.9.3/src/net/ipv4.c 1.5 ++++ gpxe-0.9.3/src/net/ipv4.c 1.6 +@@ -227,7 +227,7 @@ 1.7 + free_iob ( iobuf ); 1.8 + 1.9 + /** Check if the fragment series is over */ 1.10 +- if ( !iphdr->frags & IP_MASK_MOREFRAGS ) { 1.11 ++ if ( !(iphdr->frags & IP_MASK_MOREFRAGS) ) { 1.12 + iobuf = fragbuf->frag_iob; 1.13 + free_fragbuf ( fragbuf ); 1.14 + return iobuf;