SOURCES: ckermit-gcc4.patch (NEW) - gcc4 fix.

pluto pluto at pld-linux.org
Sun Jun 12 17:13:09 CEST 2005


Author: pluto                        Date: Sun Jun 12 15:13:09 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- gcc4 fix.

---- Files affected:
SOURCES:
   ckermit-gcc4.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ckermit-gcc4.patch
diff -u /dev/null SOURCES/ckermit-gcc4.patch:1.1
--- /dev/null	Sun Jun 12 17:13:09 2005
+++ SOURCES/ckermit-gcc4.patch	Sun Jun 12 17:13:04 2005
@@ -0,0 +1,13 @@
+--- ckermit-8.0.211/ck_crp.c.orig	2004-03-14 18:05:52.000000000 +0100
++++ ckermit-8.0.211/ck_crp.c	2005-06-12 17:07:45.000000000 +0200
+@@ -467,8 +467,8 @@
+  * These function pointers point to the current routines
+  * for encrypting and decrypting data.
+  */
+-static VOID     (*encrypt_output) P((unsigned char *, int));
+-static int      (*decrypt_input) P((int));
++VOID     (*encrypt_output) P((unsigned char *, int));
++int      (*decrypt_input) P((int));
+ 
+ #ifdef DEBUG
+ static int encrypt_debug_mode = 1;
================================================================



More information about the pld-cvs-commit mailing list