]> git.pld-linux.org Git - packages/util-vserver.git/blob - stat.patch
- suggest/require crondaemon
[packages/util-vserver.git] / stat.patch
1 --- util-vserver-0.30.216-pre2883/src/vdu.c.wiget       2010-07-09 19:55:04.723075232 +0200
2 +++ util-vserver-0.30.216-pre2883/src/vdu.c     2010-07-09 19:56:53.613746027 +0200
3 @@ -29,6 +29,7 @@
4  #include <stdint.h>
5  #include <errno.h>
6  #include <sys/stat.h>
7 +#include <unistd.h>
8  #include <dirent.h>
9  #include <fcntl.h>
10  
11 --- util-vserver-0.30.216-pre2883/src/vhashify-init.hc.wiget    2010-07-09 19:55:04.733072573 +0200
12 +++ util-vserver-0.30.216-pre2883/src/vhashify-init.hc  2010-07-09 19:57:19.233889103 +0200
13 @@ -19,6 +19,8 @@
14  #include "lib_internal/util-dotfile.h"
15  
16  #include <sys/param.h>
17 +#include <sys/stat.h>
18 +#include <unistd.h>
19  
20  static UNUSED void
21  freeHashList(HashDirCollection *hash_vec)
22 --- util-vserver-0.30.216-pre2883/src/vcopy.c.wiget     2010-07-09 19:55:04.719740922 +0200
23 +++ util-vserver-0.30.216-pre2883/src/vcopy.c   2010-07-09 19:56:39.626797004 +0200
24 @@ -26,6 +26,7 @@
25  #include "lib_internal/matchlist.h"
26  #include "lib_internal/unify.h"
27  
28 +#include <sys/stat.h>
29  #include <unistd.h>
30  #include <getopt.h>
31  #include <fcntl.h>
32 --- util-vserver-0.30.216-pre2883/src/fstool.c.wiget    2010-07-09 19:55:04.703076916 +0200
33 +++ util-vserver-0.30.216-pre2883/src/fstool.c  2010-07-09 19:55:54.496636810 +0200
34 @@ -28,6 +28,7 @@
35  #include <getopt.h>
36  #include <stdio.h>
37  #include <stdlib.h>
38 +#include <sys/stat.h>
39  #include <unistd.h>
40  #include <dirent.h>
41  #include <errno.h>
42 --- util-vserver-0.30.216-pre2883/src/parserpmdump.c.wiget      2010-07-09 19:55:04.709739390 +0200
43 +++ util-vserver-0.30.216-pre2883/src/parserpmdump.c    2010-07-09 19:56:07.780566555 +0200
44 @@ -25,6 +25,7 @@
45  #include <string.h>
46  #include <stdlib.h>
47  #include <sys/stat.h>
48 +#include <unistd.h>
49  #include <alloca.h>
50  
51  
52 --- util-vserver-0.30.216-pre2883/src/vclone.c.wiget    2010-07-09 19:55:04.713078170 +0200
53 +++ util-vserver-0.30.216-pre2883/src/vclone.c  2010-07-09 19:56:26.839729752 +0200
54 @@ -27,6 +27,7 @@
55  #include "lib_internal/unify.h"
56  #include "lib_internal/matchlist.h"
57  
58 +#include <sys/stat.h>
59  #include <unistd.h>
60  #include <getopt.h>
61  #include <fcntl.h>
This page took 0.029752 seconds and 3 git commands to generate.