Skip to content

Commit

Permalink
[SSI} Add Gentoo patch to a file the previous patch missed.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 committed Jun 11, 2018
1 parent a7faa36 commit 6e788cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/XrdSsiTests/XrdShMap.cc
Expand Up @@ -43,6 +43,14 @@

using namespace std;

/* Gentoo removed OF from their copy of zconf.h but we need it here.
See https://bugs.gentoo.org/show_bug.cgi?id=383179 for the sad history.
This patch modelled after https://trac.osgeo.org/gdal/changeset/24622
*/
#ifndef OF
#define OF(args) args
#endif

/******************************************************************************/
/* U n i t G l o b a l s */
/******************************************************************************/
Expand Down

0 comments on commit 6e788cb

Please sign in to comment.