summaryrefslogtreecommitdiffstats
path: root/source/smbd/quotas.c
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-01-15 01:53:25 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-01-15 01:53:25 +0000
commitc9a9d56642cc34369a42f48a28116e466240d303 (patch)
tree2814f29f2da5f2fb68be00f75f368e7a8586f5de /source/smbd/quotas.c
parentcdafa35f9dba6eb0073700e3a214348c432a3e84 (diff)
downloadsamba-c9a9d56642cc34369a42f48a28116e466240d303.tar.gz
samba-c9a9d56642cc34369a42f48a28116e466240d303.tar.xz
samba-c9a9d56642cc34369a42f48a28116e466240d303.zip
locking.c proto.h shmem.c smb.h status.c :
Changed shm_ prefixes to smb_shm_ prefixes as shm_ is a POSIX.4 prefix. Updated fd code in FAST_SHARE_MODE code to work with new fd indirection. quotas.c: Fixed #ifdef not on position zero. Jeremy. (jra@cygnus.com).
Diffstat (limited to 'source/smbd/quotas.c')
-rw-r--r--source/smbd/quotas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/quotas.c b/source/smbd/quotas.c
index 3e22e26ba34..aec349dfd1c 100644
--- a/source/smbd/quotas.c
+++ b/source/smbd/quotas.c
@@ -413,7 +413,7 @@ BOOL disk_quotas(char *path, int *bsize, int *dfree, int *dsize)
r= quotactl(path,Q_GETQUOTA,euser_id,(char *) &D);
#else
r=quotactl(Q_GETQUOTA, dev_disk, euser_id, &D);
- #endif
+#endif
#endif
/* Use softlimit to determine disk space, except when it has been exceeded */