Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
cvsserver: Correct inetd.conf example in asciidoc documentation
[gitweb.git]
/
sha1_file.c
diff --git
a/sha1_file.c
b/sha1_file.c
index 32244d704e1c747780aed461bb78cf4a72199f18..be991ed22acb0c84141474360f345d51ccc594be 100644
(file)
--- a/
sha1_file.c
+++ b/
sha1_file.c
@@
-2276,7
+2276,7
@@
int read_pipe(int fd, char** return_buf, unsigned long* return_size)
{
char* buf = *return_buf;
unsigned long size = *return_size;
-
in
t iret;
+
ssize_
t iret;
unsigned long off = 0;
do {