Patches from pkgsrc-WIP

This commit is contained in:
Swift Griggs
2016-08-05 10:47:57 -06:00
committed by Jon Trulson
parent 341494d91c
commit 1fdcd4c93d
9 changed files with 10 additions and 10 deletions

View File

@@ -648,7 +648,7 @@ void mgr_launch_reply( XpPdmServiceRec *rec )
XEvent reply;
Status status;
FILE *errlog;
long now;
time_t now;
char *eec;
Atom tmpa;
@@ -897,7 +897,7 @@ Bool has_exec_token( XpPdmServiceRec *rec )
void mgr_shutdown_scan()
{
int i;
long now;
time_t now;
FILE *errlog;
static int errlog_problem_notice = 0;
Bool shutdown_time;