Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 244802
Collapse All | Expand All

(-)fluxbg-0.7.old/src/fluxbgd.c (-1 / +2 lines)
Lines 13-18 Link Here
13
13
14
 #include <stdio.h>
14
 #include <stdio.h>
15
 #include <stdlib.h>
15
 #include <stdlib.h>
16
 #include <string.h>
16
 #include <errno.h>
17
 #include <errno.h>
17
 #include <signal.h>
18
 #include <signal.h>
18
19
Lines 104-110 Link Here
104
 char * szInputFile = (char *) 0;
105
 char * szInputFile = (char *) 0;
105
 char * szInterval = (char *) 0;
106
 char * szInterval = (char *) 0;
106
 char * eptr; /* seems not to be used */
107
 char * eptr; /* seems not to be used */
107
 char * next_set[120];  /* maximum line size */
108
 char next_set[120];  /* maximum line size */
108
109
109
/* TODO: next_set could be fixed to any length !*/
110
/* TODO: next_set could be fixed to any length !*/
110
111
(-)fluxbg-0.7.old/src/get_bg_command.h (+1 lines)
Lines 15-20 Link Here
15
15
16
 #include <stdlib.h>
16
 #include <stdlib.h>
17
 #include <stdio.h>
17
 #include <stdio.h>
18
 #include <string.h>
18
19
19
 #include "getinfo.h"
20
 #include "getinfo.h"
20
21
(-)fluxbg-0.7.old/src/getinfo.h (+1 lines)
Lines 14-19 Link Here
14
14
15
15
16
#include <stdio.h>
16
#include <stdio.h>
17
#include <string.h>
17
#include <pwd.h>
18
#include <pwd.h>
18
#include <sys/types.h>
19
#include <sys/types.h>
19
#include <grp.h>
20
#include <grp.h>

Return to bug 244802