aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-05-28 03:58:36 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-05-28 03:58:36 +0000
commitbbccc5a7363e98e8857ed610758a0835a0cfbdbd (patch)
tree5315614d588cfee16907323230e111a0f3caf336 /lib
parent4a9a8952c0b577283bcf01acd75416077c414535 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/tests/nss/getusershell_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/tests/nss/getusershell_test.c b/lib/libc/tests/nss/getusershell_test.c
index 04eabf6f50d7..5593159894c9 100644
--- a/lib/libc/tests/nss/getusershell_test.c
+++ b/lib/libc/tests/nss/getusershell_test.c
@@ -132,7 +132,7 @@ usershell_read_snapshot_func(struct usershell *us, char *line)
return (0);
}
-int
+static int
run_tests(const char *snapshot_file, enum test_methods method)
{
struct usershell_test_data td, td_snap;