diff options
Diffstat (limited to 'usr.bin/mail/cmd3.c')
-rw-r--r-- | usr.bin/mail/cmd3.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/mail/cmd3.c b/usr.bin/mail/cmd3.c index 0758fee9366..a1b8dbe5934 100644 --- a/usr.bin/mail/cmd3.c +++ b/usr.bin/mail/cmd3.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd3.c,v 1.28 2019/06/28 13:35:01 deraadt Exp $ */ +/* $OpenBSD: cmd3.c,v 1.29 2023/02/08 08:24:29 tb Exp $ */ /* $NetBSD: cmd3.c,v 1.8 1997/07/09 05:29:49 mikel Exp $ */ /* @@ -186,8 +186,7 @@ respond(void *v) * message header and send them off to mail1() */ int -_respond(msgvec) - int *msgvec; +_respond(int *msgvec) { struct message *mp; char *cp, *rcv, *replyto; |