git.schokokeks.org
Repositories
Help
Report an Issue
keks-overlay.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
8c4e5b8
Branches
Tags
master
keks-overlay.git
dev-php5
pecl-crack
files
x64-fix.patch
A keks * initial commit
Lars Strojny
commited
8c4e5b8
at 2006-12-17 11:28:02
x64-fix.patch
Blame
History
Raw
diff -ru crack-0.4/libcrack/src/cracklib.h crack-0.4-new/libcrack/src/cracklib.h --- 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