Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2017 03:58:36 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r319031 - head/lib/libc/tests/nss
Message-ID:  <201705280358.v4S3wash077602@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sun May 28 03:58:36 2017
New Revision: 319031
URL: https://svnweb.freebsd.org/changeset/base/319031

Log:
  getusershell_test: staticize run_tests(..) to fix warnings
  
  MFC after:	3 days
  Sponsored by:	Dell EMC Isilon

Modified:
  head/lib/libc/tests/nss/getusershell_test.c

Modified: head/lib/libc/tests/nss/getusershell_test.c
==============================================================================
--- head/lib/libc/tests/nss/getusershell_test.c	Sun May 28 03:47:58 2017	(r319030)
+++ head/lib/libc/tests/nss/getusershell_test.c	Sun May 28 03:58:36 2017	(r319031)
@@ -132,7 +132,7 @@ usershell_read_snapshot_func(struct user
 	return (0);
 }
 
-int
+static int
 run_tests(const char *snapshot_file, enum test_methods method)
 {
 	struct usershell_test_data td, td_snap;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705280358.v4S3wash077602>