mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-03-03 21:45:51 +08:00
Revert "Cygwin: mknod: disable creating special files on NFS"
This reverts commit d085592daa5f89ccc9f5b86b2ca26199e7516d61. This reenables creating Cygwin FIFOs on NFS. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
622fb0776e
commit
46e986f0e4
@ -3294,12 +3294,6 @@ mknod (const char *path, mode_t mode, dev_t dev)
|
||||
__leave;
|
||||
}
|
||||
|
||||
if (w32path.fs_is_nfs ())
|
||||
{
|
||||
set_errno (EPERM);
|
||||
__leave;
|
||||
}
|
||||
|
||||
return mknod_worker (w32path, mode, major, minor);
|
||||
}
|
||||
__except (EFAULT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user