summary refs log tree commit diff
path: root/bin/1sh/mail.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-06-07 16:23:54 -0400
committerJune McEnroe <june@causal.agency>2020-06-08 16:46:02 -0400
commit3e530e05790261b3b97aeee69a5c7d40957ca9d4 (patch)
tree48ac1d802fdc1af375cca4f66e38b7907daeb3ea /bin/1sh/mail.c
parentRemove reference to FreeBSD-specific libedit hack (diff)
downloadsrc-3e530e05790261b3b97aeee69a5c7d40957ca9d4.tar.gz
src-3e530e05790261b3b97aeee69a5c7d40957ca9d4.zip
Replace __FBSDID macros with comments
sed -E 's|__FBSDID[(]"([^"]+)"[)];|/* \1 */|'
Diffstat (limited to 'bin/1sh/mail.c')
-rw-r--r--bin/1sh/mail.c2
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?)