diff options
Diffstat (limited to 'bin/sh/redir.c')
-rw-r--r-- | bin/sh/redir.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/sh/redir.c b/bin/sh/redir.c index e820fd2c05f7..7e17156105e5 100644 --- a/bin/sh/redir.c +++ b/bin/sh/redir.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)redir.c 8.2 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/types.h> #include <sys/stat.h> #include <signal.h> |