summaryrefslogtreecommitdiffstats
path: root/usr.bin/mail/cmdtab.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-14 16:49:30 +0000
committerbde <bde@FreeBSD.org>1997-04-14 16:49:30 +0000
commit9333dd8df4da81366188eb771ced1705c551f14d (patch)
treee2e9f87a53e1699008d8bb680f92b155cfb0eded /usr.bin/mail/cmdtab.c
parentab0e357c7a59860b4b37e5fdb684bcba79a2e6be (diff)
downloadFreeBSD-src-9333dd8df4da81366188eb771ced1705c551f14d.zip
FreeBSD-src-9333dd8df4da81366188eb771ced1705c551f14d.tar.gz
Renamed undelete() to undelete_messages() to avoid conflict with new
undelete() syscall. Submitted by: partly by roberto
Diffstat (limited to 'usr.bin/mail/cmdtab.c')
-rw-r--r--usr.bin/mail/cmdtab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mail/cmdtab.c b/usr.bin/mail/cmdtab.c
index 94e33a0..47fb3c6 100644
--- a/usr.bin/mail/cmdtab.c
+++ b/usr.bin/mail/cmdtab.c
@@ -58,7 +58,7 @@ struct cmd cmdtab[] = {
"delete", delete, W|P|MSGLIST, 0, MMNDEL,
"dp", deltype, W|MSGLIST, 0, MMNDEL,
"dt", deltype, W|MSGLIST, 0, MMNDEL,
- "undelete", undelete, P|MSGLIST, MDELETED,MMNDEL,
+ "undelete", undelete_messages, P|MSGLIST, MDELETED,MMNDEL,
"unset", unset, M|RAWLIST, 1, 1000,
"mail", sendmail, R|M|I|STRLIST, 0, 0,
"mbox", mboxit, W|MSGLIST, 0, 0,
OpenPOWER on IntegriCloud