Skip to content

Define ENODATA if not defined

Mattias Ellert requested to merge ellert/gfal2:define-enodata into develop

Fixes compilation errors on Debian kfreebsd:

../src/plugins/http/gfal_http_plugin_token.cpp:74:50: error: ‘ENODATA’ was not declared in this scope
   74 |         gfal2_set_error(err, http_plugin_domain, ENODATA, __func__,
      |                                                  ^~~~~~~

Merge request reports