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

Diff for /src/usr.bin/mail/cmd3.c between version 1.29 and 1.30

version 1.29, 2023/02/08 08:24:29 version 1.30, 2023/03/08 04:43:11
Line 68 
Line 68 
 /*  /*
  * Fork an interactive shell.   * Fork an interactive shell.
  */   */
 /*ARGSUSED*/  
 int  int
 dosh(void *v)  dosh(void *v)
 {  {
Line 531 
Line 530 
 /*  /*
  * The do nothing command for comments.   * The do nothing command for comments.
  */   */
 /*ARGSUSED*/  
 int  int
 null(void *v)  null(void *v)
 {  {

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30