> Remove now useless defines. > > ok? > > Index: apmd.c > =================================================================== > RCS file: /cvs/src/usr.sbin/apmd/apmd.c,v > retrieving revision 1.72 > diff -u -p -u -p -r1.72 apmd.c > --- apmd.c 26 Oct 2014 22:16:16 -0000 1.72 > +++ apmd.c 27 Oct 2014 08:27:00 -0000 > @@ -61,11 +61,6 @@ const char sockfile[] = _PATH_APM_SOCKET > int debug = 0; > > int doperf = PERF_NONE; > -#define PERFDEC 20 > -#define PERFMIN 0 > -#define PERFMAX 100 > -#define PERFINCTHRES 50 > -#define PERFDECTHRES 60 > > extern char *__progname; > Looks right to me.
cheers, natano
