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

Diff for /src/usr.bin/talk/ctl_transact.c between version 1.12 and 1.13

version 1.12, 2010/08/12 23:31:29 version 1.13, 2016/02/01 07:29:25
Line 30 
Line 30 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #include "talk.h"  #include <sys/socket.h>
 #include <sys/time.h>  #include <netinet/in.h>
   
 #include <errno.h>  #include <errno.h>
 #include <unistd.h>  
 #include <poll.h>  #include <poll.h>
   
   #include "talk.h"
 #include "talk_ctl.h"  #include "talk_ctl.h"
   
 #define CTL_WAIT 2      /* time to wait for a response, in seconds */  #define CTL_WAIT 2      /* time to wait for a response, in seconds */

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13