summaryrefslogtreecommitdiffstats
path: root/bin/sh/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/output.c')
-rw-r--r--bin/sh/output.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/output.c b/bin/sh/output.c
index 87f1245..9fd8478 100644
--- a/bin/sh/output.c
+++ b/bin/sh/output.c
@@ -68,7 +68,7 @@ __FBSDID("$FreeBSD$");
#define MEM_OUT -3 /* output to dynamically allocated memory */
#define OUTPUT_ERR 01 /* error occurred on output */
-STATIC int doformat_wr(void *, const char *, int);
+static int doformat_wr(void *, const char *, int);
struct output output = {NULL, 0, NULL, OUTBUFSIZ, 1, 0};
struct output errout = {NULL, 0, NULL, 256, 2, 0};
@@ -281,7 +281,7 @@ fmtstr(char *outbuf, int length, const char *fmt, ...)
outbuf[length - 1] = '\0';
}
-STATIC int
+static int
doformat_wr(void *cookie, const char *buf, int len)
{
struct output *o;
OpenPOWER on IntegriCloud