summary refs log tree commit diff
path: root/bin/1sh/expand.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/1sh/expand.c')
-rw-r--r--bin/1sh/expand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/1sh/expand.c b/bin/1sh/expand.c
index 8fde14f5..3bdd0733 100644
--- a/bin/1sh/expand.c
+++ b/bin/1sh/expand.c
@@ -40,7 +40,7 @@ static char sccsid[] = "@(#)expand.c	8.5 (Berkeley) 5/15/95";
 #endif
 #endif /* not lint */
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: releng/12.1/bin/sh/expand.c 341767 2018-12-09 19:14:21Z jilles $");
+/* $FreeBSD: releng/12.1/bin/sh/expand.c 341767 2018-12-09 19:14:21Z jilles $ */
 
 #include <sys/types.h>
 #include <sys/time.h>