From 5dc84b97040fedca3a91c7b73af9c64b89322153 Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Mon, 6 Apr 2015 02:01:38 +0200 Subject: static all the local symbols --- fmlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fmlock.c b/fmlock.c index 44e8cec..e2f1898 100644 --- a/fmlock.c +++ b/fmlock.c @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include -int heat_the_cache(int fd) +static int heat_the_cache(int fd) { char buf[1024]; int rv; -- cgit v1.2.3