aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mail/cmdtab.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-04-14 16:49:30 +0000
committerBruce Evans <bde@FreeBSD.org>1997-04-14 16:49:30 +0000
commitc05b924fca33c20542c38e8cf391dc01f500af8c (patch)
treeb78ae08e3c13460f9650afde21ceb03722048f38 /usr.bin/mail/cmdtab.c
parent0863cbc1998d90f1a0834ead944365080777f927 (diff)
downloadsrc-c05b924fca33c20542c38e8cf391dc01f500af8c.tar.gz
src-c05b924fca33c20542c38e8cf391dc01f500af8c.zip
Renamed undelete() to undelete_messages() to avoid conflict with new
undelete() syscall. Submitted by: partly by roberto
Notes
Notes: svn path=/head/; revision=24932
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 94e33a0d0870..47fb3c600fa3 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,