mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 18:41:59 +08:00
Update to FreeBSD head 2018-02-01
Git mirror commit d079ae0442af8fa3cfd6d7ede190d04e64a2c0d4. Update #3472.
This commit is contained in:
@@ -62,7 +62,7 @@ u_int32_t wrapsum(u_int32_t);
|
||||
u_int32_t
|
||||
checksum(unsigned char *buf, unsigned nbytes, u_int32_t sum)
|
||||
{
|
||||
int i;
|
||||
unsigned i;
|
||||
|
||||
/* Checksum all the pairs of bytes first... */
|
||||
for (i = 0; i < (nbytes & ~1U); i += 2) {
|
||||
|
Reference in New Issue
Block a user