Print

Print


I've fixed a similar issue with this patch before:
```diff
diff -ur xrootd-4.8.1.orig/src/XrdSsi/XrdSsiShMam.cc xrootd-4.8.1/src/XrdSsi/XrdSsiShMam.cc
--- xrootd-4.8.1.orig/src/XrdSsi/XrdSsiShMam.cc	2018-03-14 11:34:10.712244756 +0100
+++ xrootd-4.8.1/src/XrdSsi/XrdSsiShMam.cc	2018-03-14 11:37:24.265579668 +0100
@@ -882,7 +882,7 @@
 /******************************************************************************/
   
 int XrdSsiShMam::HashVal(const char *key)
-{  ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
+{
    uLong crc;
    int hval, klen = strlen(key);
 
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/issues/708#issuecomment-390149400

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1