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

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

version 1.9, 2009/10/27 23:59:44 version 1.10, 2016/02/01 07:29:25
Line 30 
Line 30 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
   #include <err.h>
   #include <string.h>
   #include <unistd.h>
   
 #include "talk.h"  #include "talk.h"
   
 /*  /*
Line 59 
Line 63 
         end_msgs();          end_msgs();
         set_edit_chars();          set_edit_chars();
         talk();          talk();
         /* NOTREACHED */  
         return (0);          return (0);
 }  }

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