aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/parser.c')
-rw-r--r--bin/sh/parser.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/sh/parser.c b/bin/sh/parser.c
index 7f8283ca4dff..044233da5d73 100644
--- a/bin/sh/parser.c
+++ b/bin/sh/parser.c
@@ -38,8 +38,6 @@ static char sccsid[] = "@(#)parser.c 8.7 (Berkeley) 5/16/95";
#endif
#endif /* not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <pwd.h>
#include <stdlib.h>