Skip to content

Commit

Permalink
[XrdPosix] Define ECHRNG if misisng.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Apr 14, 2021
1 parent 4d7fabc commit cbc6550
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/XrdPosix/XrdPosixMap.cc
Expand Up @@ -79,7 +79,11 @@ mode_t XrdPosixMap::Flags2Mode(dev_t *rdv, uint32_t flags)
/******************************************************************************/
/* Private: m a p C o d e */
/******************************************************************************/


#ifndef ECHRNG
#define ECHRNG 44
#endif

int XrdPosixMap::mapCode(int rc)
{
switch(rc)
Expand Down

0 comments on commit cbc6550

Please sign in to comment.