]> git.pld-linux.org Git - packages/cryopid.git/blob - cryopid-build.patch
- pl fix
[packages/cryopid.git] / cryopid-build.patch
1 diff -uNr cryopid-0.4.orig/cpimage.h cryopid-0.4/cpimage.h
2 --- cryopid-0.4.orig/cpimage.h  2005-04-25 01:13:01.000000000 +0200
3 +++ cryopid-0.4/cpimage.h       2005-06-24 01:24:34.000000000 +0200
4 @@ -4,7 +4,7 @@
5  #include <sys/socket.h>
6  #include <linux/types.h>
7  #include <netinet/in.h>
8 -#include <linux/un.h>
9 +#include <sys/un.h>
10  #include <linux/user.h>
11  #include <linux/unistd.h>
12  #include <asm/ldt.h>
13 diff -uNr cryopid-0.4.orig/cryopid.h cryopid-0.4/cryopid.h
14 --- cryopid-0.4.orig/cryopid.h  2005-04-25 01:13:01.000000000 +0200
15 +++ cryopid-0.4/cryopid.h       2005-06-24 01:26:41.000000000 +0200
16 @@ -33,13 +33,13 @@
17  void *xmalloc(int len);
18  
19  /* writer_raw.c */
20 -extern struct stream_ops raw_ops;
21 +/* extern struct stream_ops raw_ops; */
22  
23  /* writer_buffered.c */
24 -extern struct stream_ops buf_ops;
25 +/* extern struct stream_ops buf_ops; */
26  
27  /* writer_lzo.c */
28 -extern struct stream_ops lzo_ops;
29 +/* extern struct stream_ops lzo_ops; */
30  
31  /* process.c */
32  int do_syscall(pid_t pid, struct user_regs_struct *regs);
This page took 0.07968 seconds and 3 git commands to generate.