[Midnightbsd-cvs] src [11290] trunk/usr.sbin/apm/apm.c: make static

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Jul 4 09:37:33 EDT 2018


Revision: 11290
          http://svnweb.midnightbsd.org/src/?rev=11290
Author:   laffer1
Date:     2018-07-04 09:37:33 -0400 (Wed, 04 Jul 2018)
Log Message:
-----------
make static

Modified Paths:
--------------
    trunk/usr.sbin/apm/apm.c

Modified: trunk/usr.sbin/apm/apm.c
===================================================================
--- trunk/usr.sbin/apm/apm.c	2018-07-04 13:36:59 UTC (rev 11289)
+++ trunk/usr.sbin/apm/apm.c	2018-07-04 13:37:33 UTC (rev 11290)
@@ -38,7 +38,7 @@
 #define xl(a)	((a) & 0xff)
 #define APMERR(a) xh(a)
 
-int cmos_wall = 0;	/* True when wall time is in cmos clock, else UTC */
+static int cmos_wall = 0;	/* True when wall time is in cmos clock, else UTC */
 
 static void
 usage(void)



More information about the Midnightbsd-cvs mailing list