packages: eggdrop/eggdrop-ssl.patch different name for symbol
    glen 
    glen at pld-linux.org
       
    Sat Mar 31 18:58:26 CEST 2012
    
    
  
Author: glen                         Date: Sat Mar 31 16:58:26 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
different name for symbol
---- Files affected:
packages/eggdrop:
   eggdrop-ssl.patch (1.8 -> 1.9) 
---- Diffs:
================================================================
Index: packages/eggdrop/eggdrop-ssl.patch
diff -u packages/eggdrop/eggdrop-ssl.patch:1.8 packages/eggdrop/eggdrop-ssl.patch:1.9
--- packages/eggdrop/eggdrop-ssl.patch:1.8	Sat Mar 31 18:54:17 2012
+++ packages/eggdrop/eggdrop-ssl.patch	Sat Mar 31 18:58:21 2012
@@ -350,7 +350,7 @@
  #define file_readable ((int (*) (char *))global[285])
 +#ifdef EGG_SSL_EXT
 +#define net_switch_to_ssl ((int (*)(int))global[286])
-+#define use_ssl (*(int *)global[287]) /* kyotou */
++#define ssl_use (*(int *)global[287]) /* kyotou */
 +#else
  /* IPv6 leftovers: 286 */
  /* IPv6 leftovers: 287 */
@@ -423,7 +423,7 @@
    (Function) file_readable,
 +#ifdef EGG_SSL_EXT
 +  (Function) net_switch_to_ssl,   /* 286 */
-+  (Function) & use_ssl,           /* 287 kyotou  */
++  (Function) &ssl_use,           /* 287 kyotou  */
 +#else
    (Function) 0,                   /* IPv6 leftovers: 286                 */
    (Function) 0,                   /* IPv6 leftovers: 287                 */
================================================================
---- CVS-web:
    http://cvs.pld-linux.org/packages/eggdrop/eggdrop-ssl.patch?r1=1.8&r2=1.9
    
    
More information about the pld-cvs-commit
mailing list