X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6dff599288f7781d7b3a2ec8df758341690c4197..530adb762573d9f37be07eb38d0ffc7b5c401e6a:/generator.c diff --git a/generator.c b/generator.c index 0a9d3f5c..bf3092d1 100644 --- a/generator.c +++ b/generator.c @@ -43,7 +43,6 @@ extern int protocol_version; extern int always_checksum; extern char *compare_dest; extern int link_dest; -extern struct file_struct **hlink_list; /* choose whether to skip a particular file */ @@ -530,9 +529,10 @@ void generate_files(int f, struct file_list *flist, char *local_name) int phase=0; char fbuf[MAXPATHLEN]; - if (verbose > 2) - rprintf(FINFO,"generator starting pid=%d count=%d\n", - (int)getpid(),flist->count); + if (verbose > 2) { + rprintf(FINFO, "generator starting pid=%ld count=%d\n", + (long)getpid(), flist->count); + } if (verbose >= 2) { rprintf(FINFO,