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

Diff for /src/usr.bin/wall/ttymsg.c between version 1.12 and 1.13

version 1.12, 2003/06/03 02:56:22 version 1.13, 2003/06/26 21:59:10
Line 50 
Line 50 
 #include <stdlib.h>  #include <stdlib.h>
 #include <sys/stat.h>  #include <sys/stat.h>
   
   char *ttymsg(struct iovec *, int, char *, int);
   
 /*  /*
  * Display the contents of a uio structure on a terminal.  Used by wall(1),   * Display the contents of a uio structure on a terminal.  Used by wall(1),
  * syslogd(8), and talkd(8).  Forks and finishes in child if write would block,   * syslogd(8), and talkd(8).  Forks and finishes in child if write would block,

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