X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=blobdiff_plain;f=source3%2Fsmbd%2Fquotas.c;h=5b843bd09a6e996eb6bd89a6bdf205ccd5a21e33;hp=c2f001423e13bcca3a273c59f770d5cb33467312;hb=bac83636a5993dbcd1c0beefd628044771603523;hpb=aa79f23d9ba93e976781ae484639a321268c8705;ds=sidebyside diff --git a/source3/smbd/quotas.c b/source3/smbd/quotas.c index c2f001423e1..5b843bd09a6 100644 --- a/source3/smbd/quotas.c +++ b/source3/smbd/quotas.c @@ -898,8 +898,8 @@ BOOL disk_quotas(const char *path, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB if ((sys_stat(path, &S)<0) || (devnm(S_IFBLK, S.st_dev, dev_disk, 256, 1)<0)) #else if ((sys_stat(path, &S)<0) || (devnm(S_IFBLK, S.st_dev, dev_disk, 256, 0)<0)) - return (False); #endif /* ifdef HPUX */ + return (False); #endif /* !defined(__FreeBSD__) && !defined(AIX) && !defined(__OpenBSD__) */