diff options
author | Thilo Bangert <bangert@gentoo.org> | 2008-11-07 13:44:38 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2008-11-07 13:44:38 +0000 |
commit | b086f800fa4692b5b32f3ca4ea27000ddc6b0f12 (patch) | |
tree | 88fea0a8944e67172f9595dffddf95eb744a883a /sys-apps/ucspi-unix/files | |
parent | Version bump to alpha1 and remove snapshots so people actually get this update (diff) | |
download | gentoo-2-b086f800fa4692b5b32f3ca4ea27000ddc6b0f12.tar.gz gentoo-2-b086f800fa4692b5b32f3ca4ea27000ddc6b0f12.tar.bz2 gentoo-2-b086f800fa4692b5b32f3ca4ea27000ddc6b0f12.zip |
remove old version - fix build with glibc-2.8 (bug #228173)
(Portage version: 2.1.4.5)
Diffstat (limited to 'sys-apps/ucspi-unix/files')
-rw-r--r-- | sys-apps/ucspi-unix/files/ucspi-unix-0.36-include-sys_socket.h.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/ucspi-unix/files/ucspi-unix-0.36-include-sys_socket.h.patch b/sys-apps/ucspi-unix/files/ucspi-unix-0.36-include-sys_socket.h.patch new file mode 100644 index 000000000000..0d96450911c5 --- /dev/null +++ b/sys-apps/ucspi-unix/files/ucspi-unix-0.36-include-sys_socket.h.patch @@ -0,0 +1,11 @@ +diff -Naur ucspi-unix-0.36.orig/env.c ucspi-unix-0.36/env.c +--- ucspi-unix-0.36.orig/env.c 2002-06-10 23:12:06.000000000 +0200 ++++ ucspi-unix-0.36/env.c 2008-11-06 16:31:09.000000000 +0100 +@@ -2,6 +2,7 @@ + #include <stdlib.h> + #include <unistd.h> + #include <sysdeps.h> ++#include <sys/socket.h> + + extern const char* utoa(unsigned long); + |