aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/mail.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/mail.c')
-rw-r--r--bin/sh/mail.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/bin/sh/mail.c b/bin/sh/mail.c
index 194f654484db..be5e76c221f8 100644
--- a/bin/sh/mail.c
+++ b/bin/sh/mail.c
@@ -30,14 +30,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)mail.c 8.2 (Berkeley) 5/4/95";
-#endif
-#endif /* not lint */
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*
* Routines to check for mail. (Perhaps make part of main.c?)
*/
@@ -63,7 +55,7 @@ static time_t mailtime[MAXMBOXES]; /* times of mailboxes */
/*
* Print appropriate message(s) if mail has arrived. If the argument is
- * nozero, then the value of MAIL has changed, so we just update the
+ * non-zero, then the value of MAIL has changed, so we just update the
* values.
*/