summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCHTEKK <CHTEKK@localhost>2010-03-30 12:47:24 +0000
committerCHTEKK <CHTEKK@localhost>2010-03-30 12:47:24 +0000
commita6ec986eb1452ead17ddc002629ea31934dc132d (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /coda/sys-libs/lwp/files
parentUpdate EiffelStudio and Traffic ebuilds (usefull for ETHZ students). (diff)
downloadchtekk-a6ec986eb1452ead17ddc002629ea31934dc132d.tar.gz
chtekk-a6ec986eb1452ead17ddc002629ea31934dc132d.tar.bz2
chtekk-a6ec986eb1452ead17ddc002629ea31934dc132d.zip
Empty dev overlay, as I'm retiring from Gentoo.HEADmaster
apps can now be found at http://projects.longitekk.com:8000/Projects/browser/gentoo-ebuilds vda can now be found at http://vda.sourceforge.net/ and http://vda-ng.longitekk.com:8000/VDA-NG/browser (out-of-date) syscp can now be found up-to-date directly from upstream: http://wiki.syscp.org/docs/syscp-howto-gentoo-en coda and versioncp are out-of-date, broken trial runs of some stuff, so they just get deleted svn path=/; revision=104
Diffstat (limited to 'coda/sys-libs/lwp/files')
-rw-r--r--coda/sys-libs/lwp/files/lwp-2.4-imp_dec.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/coda/sys-libs/lwp/files/lwp-2.4-imp_dec.patch b/coda/sys-libs/lwp/files/lwp-2.4-imp_dec.patch
deleted file mode 100644
index 2158f5b..0000000
--- a/coda/sys-libs/lwp/files/lwp-2.4-imp_dec.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- lwp-2.4/src/lwp_ucontext.c 2006-07-19 21:52:24.000000000 +0200
-+++ lwp-2.4/src/lwp_ucontext.c 2008-07-12 19:01:57.865778827 +0200
-@@ -18,6 +18,8 @@
- #include <stdlib.h>
- #include <assert.h>
- #include <stdarg.h>
-+#include <string.h>
-+#include <unistd.h>
- #include "lwp_ucontext.h"
-
- /* if we already have ucontext.h we don't need any of this */