diff options
Diffstat (limited to 'bin/1sh/mail.c')
-rw-r--r-- | bin/1sh/mail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/1sh/mail.c b/bin/1sh/mail.c index 01b370c6..adf54a06 100644 --- a/bin/1sh/mail.c +++ b/bin/1sh/mail.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)mail.c 8.2 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD: releng/12.1/bin/sh/mail.c 336303 2018-07-15 09:14:30Z jilles $"); +/* $FreeBSD: releng/12.1/bin/sh/mail.c 336303 2018-07-15 09:14:30Z jilles $ */ /* * Routines to check for mail. (Perhaps make part of main.c?) |