[Midnightbsd-cvs] src [11249] trunk/bin/getfacl/getfacl.c: make static

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jul 1 17:30:03 EDT 2018


Revision: 11249
          http://svnweb.midnightbsd.org/src/?rev=11249
Author:   laffer1
Date:     2018-07-01 17:30:02 -0400 (Sun, 01 Jul 2018)
Log Message:
-----------
make static

Modified Paths:
--------------
    trunk/bin/getfacl/getfacl.c

Modified: trunk/bin/getfacl/getfacl.c
===================================================================
--- trunk/bin/getfacl/getfacl.c	2018-07-01 21:28:57 UTC (rev 11248)
+++ trunk/bin/getfacl/getfacl.c	2018-07-01 21:30:02 UTC (rev 11249)
@@ -32,7 +32,7 @@
 /* $FreeBSD: src/bin/getfacl/getfacl.c,v 1.10 2005/02/09 17:37:37 ru Exp $ */
 
 #include <sys/cdefs.h>
-__MBSDID("$MidnightBSD: src/bin/getfacl/getfacl.c,v 1.4 2008/06/30 03:20:01 laffer1 Exp $");
+__MBSDID("$MidnightBSD$");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -48,7 +48,7 @@
 #include <string.h>
 #include <unistd.h>
 
-int	more_than_one = 0;
+static int	more_than_one = 0;
 
 static void
 usage(void)



More information about the Midnightbsd-cvs mailing list