]> git.pld-linux.org Git - packages/cryopid.git/blame - cryopid-build.patch
- tabs in preamble
[packages/cryopid.git] / cryopid-build.patch
CommitLineData
de4484ae 1diff -uNr cryopid-0.5.3.orig/cpimage.h cryopid-0.5.3/cpimage.h
a2845f43 2--- cryopid-0.5.3.orig/cpimage.h 2005-04-25 01:13:01.000000000 +0200
3+++ cryopid-0.5.3/cpimage.h 2005-06-24 01:24:34.000000000 +0200
d4494044
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>
de4484ae 13diff -uNr cryopid-0.5.3.orig/cryopid.h cryopid-0.5.3/cryopid.h
a2845f43 14--- cryopid-0.5.3.orig/cryopid.h 2005-04-25 01:13:01.000000000 +0200
15+++ cryopid-0.5.3/cryopid.h 2005-06-24 01:26:41.000000000 +0200
d4494044
16@@ -33,13 +33,13 @@
17 void *xmalloc(int len);
18
19 /* writer_raw.c */
20-extern struct stream_ops raw_ops;
631303f9 21+/* extern struct stream_ops raw_ops; */
d4494044
22
23 /* writer_buffered.c */
24-extern struct stream_ops buf_ops;
631303f9 25+/* extern struct stream_ops buf_ops; */
d4494044
26
27 /* writer_lzo.c */
28-extern struct stream_ops lzo_ops;
631303f9 29+/* extern struct stream_ops lzo_ops; */
d4494044
30
31 /* process.c */
32 int do_syscall(pid_t pid, struct user_regs_struct *regs);
This page took 0.04325 seconds and 4 git commands to generate.