]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Silence a warning by initializing the return value. This wasn't
authordeischen <deischen@FreeBSD.org>
Sat, 9 Feb 2002 19:48:55 +0000 (19:48 +0000)
committerdeischen <deischen@FreeBSD.org>
Sat, 9 Feb 2002 19:48:55 +0000 (19:48 +0000)
commit04de78234927ede2f34f9b1286fb8344dafa63fc
treee4a0934f310d2fa3486c084cbf6212bafd1409ad
parent863a49b9088de4fedd147eb5fcc111523c79dbfc
Silence a warning by initializing the return value.  This wasn't
set in the case of a short write, and I think returning 0 for this
is what was intended.
lib/libc_r/uthread/uthread_sendfile.c