diff options
author | 2006-10-08 19:47:57 +0000 | |
---|---|---|
committer | 2006-10-08 19:47:57 +0000 | |
commit | d1ea6469f650b6787160ece90d689c16713e0af0 (patch) | |
tree | ce11674e27f32b50943a4a81542991030a43ee16 /dev-php4/pecl-crack/files | |
parent | Fix for http://pecl.php.net/bugs/bug.php?id=5765. Patch by Lars Strojny <lars... (diff) | |
download | historical-d1ea6469f650b6787160ece90d689c16713e0af0.tar.gz historical-d1ea6469f650b6787160ece90d689c16713e0af0.tar.bz2 historical-d1ea6469f650b6787160ece90d689c16713e0af0.zip |
Fix for http://pecl.php.net/bugs/bug.php?id=5765. Patch by Lars Strojny <lars@strojny.net>.
Package-Manager: portage-2.1.2_pre2-r6
Diffstat (limited to 'dev-php4/pecl-crack/files')
-rw-r--r-- | dev-php4/pecl-crack/files/fix-pecl-bug-5765.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-php4/pecl-crack/files/fix-pecl-bug-5765.patch b/dev-php4/pecl-crack/files/fix-pecl-bug-5765.patch new file mode 100644 index 000000000000..c180d5310b1b --- /dev/null +++ b/dev-php4/pecl-crack/files/fix-pecl-bug-5765.patch @@ -0,0 +1,11 @@ +--- crack-0.4/libcrack/src/cracklib.h 2005-09-21 11:00:06.000000000 +0200 ++++ crack-0.4-new/libcrack/src/cracklib.h 2006-10-08 20:44:00.618783250 +0200 +@@ -46,7 +46,7 @@ + + typedef unsigned char int8; + typedef unsigned short int int16; +-typedef unsigned long int int32; ++typedef unsigned int int32; + + #ifndef NUMWORDS + # define NUMWORDS 16 |