[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.28 and 1.29

version 1.28, 2019/06/28 13:35:01 version 1.29, 2023/02/08 08:24:29
Line 186 
Line 186 
  * message header and send them off to mail1()   * message header and send them off to mail1()
  */   */
 int  int
 _respond(msgvec)  _respond(int *msgvec)
         int *msgvec;  
 {  {
         struct message *mp;          struct message *mp;
         char *cp, *rcv, *replyto;          char *cp, *rcv, *replyto;

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