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

Diff for /src/usr.bin/talk/look_up.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 <errno.h>  #include <errno.h>
 #include <unistd.h>  #include <unistd.h>
   
   #include "talk.h"
 #include "talk_ctl.h"  #include "talk_ctl.h"
   
 /*  /*
Line 81 
Line 84 
                 return (0);                  return (0);
         }          }
         quit("Unable to connect with initiator", 1);          quit("Unable to connect with initiator", 1);
         /*NOTREACHED*/  
         return (0);          return (0);
 }  }
   

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