summaryrefslogtreecommitdiffstats
path: root/bin/sh/redir.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/redir.c')
-rw-r--r--bin/sh/redir.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/sh/redir.c b/bin/sh/redir.c
index e83fcaf..f3ad3af 100644
--- a/bin/sh/redir.c
+++ b/bin/sh/redir.c
@@ -83,8 +83,8 @@ MKINIT struct redirtab *redirlist;
*/
static int fd0_redirected = 0;
-STATIC void openredirect(union node *, char[10 ]);
-STATIC int openhere(union node *);
+static void openredirect(union node *, char[10 ]);
+static int openhere(union node *);
/*
@@ -148,7 +148,7 @@ redirect(union node *redir, int flags)
}
-STATIC void
+static void
openredirect(union node *redir, char memory[10])
{
struct stat sb;
@@ -240,7 +240,7 @@ movefd:
* the pipe without forking.
*/
-STATIC int
+static int
openhere(union node *redir)
{
int pip[2];
OpenPOWER on IntegriCloud