diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2008-01-20 11:48:51 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2008-01-20 11:48:51 +0000 |
commit | 4d9ae85f524b1ef15648a772265dea959757bc73 (patch) | |
tree | 78cae5ca8ba5a25ba00786274f1f71fba4c19054 /net-dialup/capi4k-utils/files | |
parent | fix ChangeLog header (diff) | |
download | gentoo-2-4d9ae85f524b1ef15648a772265dea959757bc73.tar.gz gentoo-2-4d9ae85f524b1ef15648a772265dea959757bc73.tar.bz2 gentoo-2-4d9ae85f524b1ef15648a772265dea959757bc73.zip |
added sys/types patch (needed for glibc-2.7, solves bug #201510)
(Portage version: 2.1.4)
Diffstat (limited to 'net-dialup/capi4k-utils/files')
-rw-r--r-- | net-dialup/capi4k-utils/files/capi20-types.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-dialup/capi4k-utils/files/capi20-types.diff b/net-dialup/capi4k-utils/files/capi20-types.diff new file mode 100644 index 000000000000..5619c48d0b09 --- /dev/null +++ b/net-dialup/capi4k-utils/files/capi20-types.diff @@ -0,0 +1,10 @@ +--- capi4k-utils.orig/capi20/capi20.h 2000-11-19 11:15:01.000000000 +0100 ++++ capi4k-utils/capi20/capi20.h 2007-11-20 21:37:13.000000000 +0100 +@@ -21,6 +21,7 @@ + #define __CAPI20_H__ + + #include <sys/time.h> ++#include <sys/types.h> + + #ifdef __cplusplus + extern "C" { |