[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.20 and 1.21

version 1.20, 2021/10/24 21:24:17 version 1.21, 2023/05/02 09:51:22
Line 54 
Line 54 
  * ignored (exclusive-use, lack of permission, etc.).   * ignored (exclusive-use, lack of permission, etc.).
  */   */
 char *  char *
 ttymsg(iov, iovcnt, line, tmout)  ttymsg(struct iovec *iov, int iovcnt, char *line, int tmout)
         struct iovec *iov;  
         int iovcnt;  
         char *line;  
         int tmout;  
 {  {
         static char device[MAXNAMLEN] = _PATH_DEV;          static char device[MAXNAMLEN] = _PATH_DEV;
         static char errbuf[1024];          static char errbuf[1024];

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21