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:
parent
1f115c95d6
commit
ca3d98d08b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user