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

Diff for /src/usr.bin/talk/get_addrs.c between version 1.9 and 1.10

version 1.9, 2010/08/12 23:31:29 version 1.10, 2016/02/01 07:29:25
Line 30 
Line 30 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #include "talk.h"  #include <err.h>
 #include <netdb.h>  #include <netdb.h>
 #include <stdio.h>  #include <string.h>
 #include <unistd.h>  #include <unistd.h>
   
   #include "talk.h"
 #include "talk_ctl.h"  #include "talk_ctl.h"
   
 void  void

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10