1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Finally made OS/2 WP fix the default.

Jeremy.
This commit is contained in:
Jeremy Allison 0001-01-01 00:00:00 +00:00
parent 20770b6f1c
commit 7cc7a65dec

View File

@ -1790,7 +1790,7 @@ void open_file_shared(int fnum,int cnum,char *fname,int share_mode,int ofun,
{
unix_ERR_class = ERRDOS;
/* OS/2 Workplace shell fix may be main code stream in a later release. */
#ifdef OS2_WPS_FIX
#if 1 /* OS2_WPS_FIX - Recent versions of OS/2 need this. */
unix_ERR_code = ERRcannotopen;
#else /* OS2_WPS_FIX */
unix_ERR_code = ERROR_EAS_NOT_SUPPORTED;