]> git.tuebingen.mpg.de Git - paraslash.git/commit
dccp_send.c: Fix type of "header_len" on x86_64
authorAndre Noll <maan@systemlinux.org>
Fri, 1 Jun 2007 09:53:11 +0000 (11:53 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 1 Jun 2007 09:53:11 +0000 (11:53 +0200)
commitb08f77ad6a307a4aaa23b24cbdf7fa00432c4668
treeafdba92e76bb27fd7161a232511d540349354260
parente3728fb63092fa2afdb9044cf3610c677f34b890
dccp_send.c: Fix type of "header_len" on x86_64

vss_get_header wants an unsigned, not a size_t. Fixes

dccp_send.c:170: warning: passing arg 1 of `vss_get_header' from incompatible pointer type
dccp_send.c