]> git.pld-linux.org Git - packages/php-pecl-crack.git/blame - fix-pecl-bug-5765.patch
- release 5 (by relup.sh)
[packages/php-pecl-crack.git] / fix-pecl-bug-5765.patch
CommitLineData
3a6a5eb1
ER
1--- crack-0.4/libcrack/src/cracklib.h 2005-09-21 11:00:06.000000000 +0200
2+++ crack-0.4-new/libcrack/src/cracklib.h 2006-10-08 20:44:00.618783250 +0200
3@@ -46,7 +46,7 @@
4
5 typedef unsigned char int8;
6 typedef unsigned short int int16;
7-typedef unsigned long int int32;
8+typedef unsigned int int32;
9
10 #ifndef NUMWORDS
11 # define NUMWORDS 16
This page took 0.061921 seconds and 4 git commands to generate.