1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00

Put in a work-around for ENOTSUP not being defined on OpenBSD.

This commit is contained in:
Richard Sharpe -
parent 1f115c95d6
commit ca3d98d08b

View File

@ -40,7 +40,10 @@
#define CREATE_ACCESS_READ READ_CONTROL_ACCESS
/*We should test for this in configure ... */
#ifndef ENOTSUP
#define ENOTSUP EOPNOTSUPP
#endif
/*
* Functions exported by libsmb_cache.c that we need here