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

Diff for /src/usr.bin/talk/ctl.c between version 1.7 and 1.8

version 1.7, 2003/06/03 02:56:17 version 1.8, 2003/06/10 22:20:52
Line 64 
Line 64 
 CTL_MSG msg;  CTL_MSG msg;
   
 void  void
 open_sockt()  open_sockt(void)
 {  {
         int length;          int length;
   
Line 82 
Line 82 
   
 /* open the ctl socket */  /* open the ctl socket */
 void  void
 open_ctl()  open_ctl(void)
 {  {
         int length;          int length;
   
Line 102 
Line 102 
   
 /* print_addr is a debug print routine */  /* print_addr is a debug print routine */
 void  void
 print_addr(addr)  print_addr(struct sockaddr_in addr)
         struct sockaddr_in addr;  
 {  {
         int i;          int i;
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8