diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-27 19:33:22 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-27 19:33:22 +0000 |
commit | b4d055c56d56b705a9874806044897b6f933a892 (patch) | |
tree | ea6944e4424f24dce67f9a7422a498a2e3e97486 /usr.bin/mail/cmdtab.c | |
parent | d413353d829242c97addbbe6aace0c12d53c4772 (diff) |
From NetBSD: merge of 960317
Diffstat (limited to 'usr.bin/mail/cmdtab.c')
-rw-r--r-- | usr.bin/mail/cmdtab.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/mail/cmdtab.c b/usr.bin/mail/cmdtab.c index c5d5063ee22..c7b1cdd0fa5 100644 --- a/usr.bin/mail/cmdtab.c +++ b/usr.bin/mail/cmdtab.c @@ -1,3 +1,5 @@ +/* $OpenBSD: cmdtab.c,v 1.2 1996/03/27 19:32:31 niklas Exp $ */ + /* * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. @@ -33,7 +35,7 @@ #ifndef lint static char sccsid[] = "from: @(#)cmdtab.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "$Id: cmdtab.c,v 1.1 1995/10/18 08:45:38 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: cmdtab.c,v 1.2 1996/03/27 19:32:31 niklas Exp $"; #endif /* not lint */ #include "def.h" @@ -45,7 +47,7 @@ static char rcsid[] = "$Id: cmdtab.c,v 1.1 1995/10/18 08:45:38 deraadt Exp $"; * Define all of the command names and bindings. */ -struct cmd cmdtab[] = { +const struct cmd cmdtab[] = { "next", next, NDMLIST, 0, MMNDEL, "alias", group, M|RAWLIST, 0, 1000, "print", type, MSGLIST, 0, MMNDEL, |