summaryrefslogtreecommitdiff
path: root/bin/sh/redir.c
diff options
context:
space:
mode:
authorDiomidis Spinellis <dds@FreeBSD.org>2003-07-05 15:18:44 +0000
committerDiomidis Spinellis <dds@FreeBSD.org>2003-07-05 15:18:44 +0000
commit2ba1b30bf50f04ab147452cfba7a3b9899f1d59c (patch)
treeb3c2aa55b49d1fcca627aec69e1e5a16b264b51d /bin/sh/redir.c
parentcf3574284719d98bca0fa10588677f35f2e8202f (diff)
Notes
Diffstat (limited to 'bin/sh/redir.c')
-rw-r--r--bin/sh/redir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/redir.c b/bin/sh/redir.c
index 0a4588f57103..547cdcc4ac6b 100644
--- a/bin/sh/redir.c
+++ b/bin/sh/redir.c
@@ -84,7 +84,7 @@ MKINIT struct redirtab *redirlist;
* background commands, where we want to redirect fd0 to /dev/null only
* if it hasn't already been redirected.
*/
-int fd0_redirected = 0;
+STATIC int fd0_redirected = 0;
STATIC void openredirect(union node *, char[10 ]);
STATIC int openhere(union node *);