Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Spell __attribute__ correctly in cache.h.
[gitweb.git]
/
ssh-pull.c
diff --git
a/ssh-pull.c
b/ssh-pull.c
index bdc99dfdc532755622e9cfc5688ee0bba9e705de..b7f313bf277fc2f2c2cfb84048cd077728da9dd9 100644
(file)
--- a/
ssh-pull.c
+++ b/
ssh-pull.c
@@
-10,7
+10,7
@@
static int fd_out;
static unsigned char remote_version = 0;
static unsigned char local_version = 1;
-ssize_t force_write(int fd, void *buffer, size_t length)
+s
tatic s
size_t force_write(int fd, void *buffer, size_t length)
{
ssize_t ret = 0;
while (ret < length) {