From bbccc5a7363e98e8857ed610758a0835a0cfbdbd Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sun, 28 May 2017 03:58:36 +0000 Subject: getusershell_test: staticize run_tests(..) to fix warnings MFC after: 3 days Sponsored by: Dell EMC Isilon --- lib/libc/tests/nss/getusershell_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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; -- cgit v1.3