summaryrefslogtreecommitdiff
path: root/shells/pdksh/files/mail.c
diff options
context:
space:
mode:
Diffstat (limited to 'shells/pdksh/files/mail.c')
-rw-r--r--shells/pdksh/files/mail.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/shells/pdksh/files/mail.c b/shells/pdksh/files/mail.c
index 2ef0b2b385d..2ee5eed5ac7 100644
--- a/shells/pdksh/files/mail.c
+++ b/shells/pdksh/files/mail.c
@@ -1,7 +1,15 @@
+/* $NetBSD: mail.c,v 1.2 2008/05/31 16:47:37 tnn Exp $ */
+
/*
* Mailbox checking code by Robert J. Gibson, adapted for PD ksh by
* John R. MacMillan
*/
+#include <sys/cdefs.h>
+
+#ifndef lint
+__RCSID("$NetBSD: mail.c,v 1.2 2008/05/31 16:47:37 tnn Exp $");
+#endif
+
#include "config.h"
@@ -10,7 +18,7 @@
#include "ksh_stat.h"
#include "ksh_time.h"
-#define MBMESSAGE "you have mail in $_"
+#define MBMESSAGE "You have mail in $_"
typedef struct mbox {
struct mbox *mb_next; /* next mbox in list */