Print

Print


After submitting xrootd to Debian, compilation was attempted on all Debian architectures.
Here is my proposed fix for the compilation on Debian GNU/Hurd.
It mostly consists of replacing
#if defined(linux)
with
#if defined(linux) || defined(GNU)
except for where it isn't. 🙂
Where the linux code did not work, either the APPLE or FreeBSD could be used, so there is very little new code here.


You can view, comment on, or merge this pull request online at:

  https://github.com/xrootd/xrootd/pull/1342

Commit Summary

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/xrootd/xrootd/pull/1342", "url": "https://github.com/xrootd/xrootd/pull/1342", "name": "View Pull Request" }, "description": "View this Pull Request on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

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