[BACK]Return to socket.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / rsync

Diff for /src/usr.bin/rsync/socket.c between version 1.32 and 1.33

version 1.32, 2022/08/02 18:09:20 version 1.33, 2022/12/26 19:16:02
Line 46 
Line 46 
 };  };
   
 /*  /*
  * Try to bind to a local IP address matching the addres family passed.   * Try to bind to a local IP address matching the address family passed.
  * Return -1 on failure to bind to any address, 0 on success.   * Return -1 on failure to bind to any address, 0 on success.
  */   */
 static int  static int

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33