]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/net/tcpip/v2_0/src/sys/kern/kern_subr.c
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / net / tcpip / v2_0 / src / sys / kern / kern_subr.c
index f66a4e026973d8ea71fece1a7afc43dfb1444352..179cf0ebf8f573af7bb5ff63d9109ff699cd1dec 100644 (file)
@@ -134,7 +134,7 @@ uiomove(cp, n, uio)
                        break;
 #endif
                }
-               (char *)(iov->iov_base) += cnt;
+                iov->iov_base = (char *)iov->iov_base + cnt;
                iov->iov_len -= cnt;
                uio->uio_resid -= cnt;
                uio->uio_offset += cnt;