summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/wordexp.c
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-12-27 01:01:03 +0000
committertjr <tjr@FreeBSD.org>2002-12-27 01:01:03 +0000
commit8c4109166a72af33f7e06f0493c7b3f2db2145fa (patch)
treeedc6d327936af1f2436f0cf7ea82118ab8d8f502 /lib/libc/gen/wordexp.c
parentda4baeac50574ca93ca24b64d5a9978e22c7c7d0 (diff)
downloadFreeBSD-src-8c4109166a72af33f7e06f0493c7b3f2db2145fa.zip
FreeBSD-src-8c4109166a72af33f7e06f0493c7b3f2db2145fa.tar.gz
Be more consistent with "static".
Diffstat (limited to 'lib/libc/gen/wordexp.c')
-rw-r--r--lib/libc/gen/wordexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/wordexp.c b/lib/libc/gen/wordexp.c
index dd16fcf..48e207c 100644
--- a/lib/libc/gen/wordexp.c
+++ b/lib/libc/gen/wordexp.c
@@ -210,7 +210,7 @@ we_askshell(const char *words, wordexp_t *we, int flags)
* special characters: <newline> |&;<>(){}
* or command substitutions when WRDE_NOCMD is set in flags.
*/
-int
+static int
we_check(const char *words, int flags)
{
char c;
OpenPOWER on IntegriCloud