diff options
Diffstat (limited to 'winsup/cygwin/quotactl.cc')
-rw-r--r-- | winsup/cygwin/quotactl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/quotactl.cc b/winsup/cygwin/quotactl.cc index 7218b54ad..e69acfbb6 100644 --- a/winsup/cygwin/quotactl.cc +++ b/winsup/cygwin/quotactl.cc @@ -100,7 +100,7 @@ quotactl (int cmd, const char *special, int id, caddr_t addr) set_errno (ENOENT); return -1; } - if (!S_ISBLK (pc.dev.mode)) + if (!S_ISBLK (pc.dev.mode ())) { set_errno (ENOTBLK); return -1; |