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