]> git.pld-linux.org Git - packages/cryopid.git/commitdiff
- eliminates some warnings, fixes gcc4 build
authorMichał Łukaszek <mlukaszek+pld@gmail.com>
Thu, 23 Jun 2005 23:45:26 +0000 (23:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cryopid-build.patch -> 1.1

cryopid-build.patch [new file with mode: 0644]

diff --git a/cryopid-build.patch b/cryopid-build.patch
new file mode 100644 (file)
index 0000000..1c612d0
--- /dev/null
@@ -0,0 +1,32 @@
+diff -uNr cryopid-0.4.orig/cpimage.h cryopid-0.4/cpimage.h
+--- cryopid-0.4.orig/cpimage.h 2005-04-25 01:13:01.000000000 +0200
++++ cryopid-0.4/cpimage.h      2005-06-24 01:24:34.000000000 +0200
+@@ -4,7 +4,7 @@
+ #include <sys/socket.h>
+ #include <linux/types.h>
+ #include <netinet/in.h>
+-#include <linux/un.h>
++#include <sys/un.h>
+ #include <linux/user.h>
+ #include <linux/unistd.h>
+ #include <asm/ldt.h>
+diff -uNr cryopid-0.4.orig/cryopid.h cryopid-0.4/cryopid.h
+--- cryopid-0.4.orig/cryopid.h 2005-04-25 01:13:01.000000000 +0200
++++ cryopid-0.4/cryopid.h      2005-06-24 01:26:41.000000000 +0200
+@@ -33,13 +33,13 @@
+ void *xmalloc(int len);
+ /* writer_raw.c */
+-extern struct stream_ops raw_ops;
++// extern struct stream_ops raw_ops;
+ /* writer_buffered.c */
+-extern struct stream_ops buf_ops;
++// extern struct stream_ops buf_ops;
+ /* writer_lzo.c */
+-extern struct stream_ops lzo_ops;
++// extern struct stream_ops lzo_ops;
+ /* process.c */
+ int do_syscall(pid_t pid, struct user_regs_struct *regs);
This page took 0.095092 seconds and 4 git commands to generate.