Full_Name: Peter Poeml
Version: 2.8.3-1.3.19
OS: SuSE Linux 7.2
Submission from: (NULL) (213.95.15.201)


Hi, 

this is a small patch that fixes a (cosmetical) cast warning on 64 bit
architectures:

The file is contained in pkg.contrib/sxnet.tar.
Thanks, 

Peter


--- mod_sxnet.c.orig    Sun Feb 27 20:03:41 2000
+++ mod_sxnet.c Thu May 17 00:43:38 2001
@@ -108,7 +108,7 @@
  */
 static const char *set_sxnet_zone_slot (cmd_parms *cmd, void *sxnet_dcfg, char
*zone)
 {
-    int offset = (int)cmd->info;
+    int offset = (int)(long)cmd->info;
    *(int *)((char *)sxnet_dcfg + offset) = atoi(zone);
     return NULL;
 }



______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to