X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/1ba6468f1bdaec43884b4d01d65834c8ab3312df..aa0e6b9977eff5c5433239a916623a4a3e8a67cb:/rsync.h diff --git a/rsync.h b/rsync.h index c6293d0f..d7dcb08a 100644 --- a/rsync.h +++ b/rsync.h @@ -1107,6 +1107,11 @@ size_t strlcat(char *d, const char *s, size_t bufsize); #define MY_GID() getgid() #endif +#ifdef FORCE_FD_ZERO_MEMSET +#undef FD_ZERO +#define FD_ZERO(fdsetp) memset(fdsetp, 0, sizeof (fd_set)) +#endif + extern int verbose; #ifndef HAVE_INET_NTOP