summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2010-06-28 04:09:09 +0000
committerJeroen Roovers <jer@gentoo.org>2010-06-28 04:09:09 +0000
commit93692c1778dddb459be0aff35a8fe203a38fa552 (patch)
tree620a037d3abe3eb6a5f58b94da36bee5cccf24d7 /net-libs/libnids/files
parentx86 stable, bug 322791 (diff)
downloadgentoo-2-93692c1778dddb459be0aff35a8fe203a38fa552.tar.gz
gentoo-2-93692c1778dddb459be0aff35a8fe203a38fa552.tar.bz2
gentoo-2-93692c1778dddb459be0aff35a8fe203a38fa552.zip
Fix quoting. Do not install COPYING.
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'net-libs/libnids/files')
-rw-r--r--net-libs/libnids/files/libnids-1.20-chksum.c-ebx.patch20
-rw-r--r--net-libs/libnids/files/libnids-1.23-elif.patch10
2 files changed, 0 insertions, 30 deletions
diff --git a/net-libs/libnids/files/libnids-1.20-chksum.c-ebx.patch b/net-libs/libnids/files/libnids-1.20-chksum.c-ebx.patch
deleted file mode 100644
index fc32358fc18f..000000000000
--- a/net-libs/libnids/files/libnids-1.20-chksum.c-ebx.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --exclude='*~' -urN libnids-1.20.orig/src/checksum.c libnids-1.20/src/checksum.c
---- libnids-1.20.orig/src/checksum.c 2005-02-23 21:18:28.227101168 -0500
-+++ libnids-1.20/src/checksum.c 2005-02-23 21:21:56.665413728 -0500
-@@ -50,6 +50,7 @@
- movl 16(%esp),%ecx # Function arg: int len
- movl 12(%esp),%esi # Function arg: u_char *buff*/
-
-+" push %%ebx \n"
- " testl $2, %%esi \n"
- " jz 2f \n"
- " subl $2, %%ecx \n"
-@@ -105,7 +106,7 @@
- "5: movb (%%esi),%%cl \n"
- "6: addl %%ecx,%%eax \n"
- " adcl $0, %%eax \n"
--"7: \n"
-+"7: pop %%ebx \n"
- : "=a"(sum), "=c"(len), "=S"(buff)
- : "0"(sum), "1"(len), "2"(buff)
- : "di", "dx" , "cc");
diff --git a/net-libs/libnids/files/libnids-1.23-elif.patch b/net-libs/libnids/files/libnids-1.23-elif.patch
deleted file mode 100644
index 30408dca0f27..000000000000
--- a/net-libs/libnids/files/libnids-1.23-elif.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- libnids-1.23/src/killtcp.c.orig 2006-05-08 22:05:51.000000000 +0200
-+++ libnids-1.23/src/killtcp.c 2009-07-02 17:42:29.000000000 +0200
-@@ -118,6 +118,6 @@
- if (initialized)
- abort();
- }
--#elif
-+#else
- #error Something wrong with LIBNET_VER
- #endif