Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 715552 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +6 lines)
Line  Link Here
0
-- a/chklastlog.c
0
++ b/chklastlog.c
Lines 41-46 int main () { return 0; } Link Here
41
#include <stdlib.h>
41
#include <stdlib.h>
42
#endif
42
#endif
43
#include <sys/stat.h>
43
#include <sys/stat.h>
44
#include <fcntl.h>
44
#include <unistd.h>
45
#include <unistd.h>
45
#include <string.h>
46
#include <string.h>
46
#include <signal.h>
47
#include <signal.h>
47
-- a/chkproc.c
48
++ b/chkproc.c
Lines 62-67 int main (){ return 0; } Link Here
62
#include <string.h>
62
#include <string.h>
63
#include <errno.h>
63
#include <errno.h>
64
#include <sys/types.h>
64
#include <sys/types.h>
65
#include <fcntl.h>
65
#include <dirent.h>
66
#include <dirent.h>
66
#include <ctype.h>
67
#include <ctype.h>
67
#include <stdlib.h>
68
#include <stdlib.h>
68
-- a/chkwtmp.c
69
++ b/chkwtmp.c
Lines 25-30 int main () { return 0; } Link Here
25
#include <stdio.h>
25
#include <stdio.h>
26
#include <stdlib.h>
26
#include <stdlib.h>
27
#include <unistd.h>
27
#include <unistd.h>
28
#include <fcntl.h>
28
#include <string.h>
29
#include <string.h>
29
#include <utmp.h>
30
#include <utmp.h>
30
#include <time.h>
31
#include <time.h>

Return to bug 715552