X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0f3203c312c3e254b611a1687f8ff9a6bdf82376..ef55c686bcb61d8c83e79eb73ed15639e4345d5c:/rsync.h diff --git a/rsync.h b/rsync.h index 2673c79f..a4b7e812 100644 --- a/rsync.h +++ b/rsync.h @@ -47,7 +47,7 @@ #define SAME_TIME (1<<7) /* update this if you make incompatible changes */ -#define PROTOCOL_VERSION 23 +#define PROTOCOL_VERSION 24 #define MIN_PROTOCOL_VERSION 15 #define MAX_PROTOCOL_VERSION 30 @@ -283,10 +283,6 @@ enum logcode {FNONE=0, FERROR=1, FINFO=2, FLOG=3}; #define MAXPATHLEN 1024 #endif -#ifndef PIPE_BUF -#define PIPE_BUF 512 -#endif - #ifndef INADDR_NONE #define INADDR_NONE 0xffffffff #endif