1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

merging [un]signed declaration

(This used to be commit 15be89e72f)
This commit is contained in:
Gerald Carter 2003-01-24 16:34:54 +00:00
parent 6cf8ac019e
commit 48f6ede4b4

View File

@ -38,7 +38,7 @@ ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T of
{
size_t total=0;
ssize_t ret;
ssize_t hdr_len = 0;
size_t hdr_len = 0;
/*
* Send the header first.