X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=ssh-upload.c;h=0b52ae15cbd216bff5002c89e0c8af84ea68ed1a;hb=aa1cef54a2bcc5350df7efe1d1745725c46bf2e3;hp=2da66618fcdd6a0f5af35c9f30554a65eb427427;hpb=b642d9ef643371990c0a921836f2a074d48ce1b3;p=git.git diff --git a/ssh-upload.c b/ssh-upload.c index 2da66618f..0b52ae15c 100644 --- a/ssh-upload.c +++ b/ssh-upload.c @@ -12,12 +12,10 @@ #include "rsh.h" #include "refs.h" -#include - static unsigned char local_version = 1; -static unsigned char remote_version = 0; +static unsigned char remote_version; -static int verbose = 0; +static int verbose; static int serve_object(int fd_in, int fd_out) { ssize_t size;