summaryrefslogtreecommitdiffstats
path: root/source/smbd/quotas.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-09 20:33:37 +0000
committerJeremy Allison <jra@samba.org>1998-11-09 20:33:37 +0000
commitbacd3e9d2036a804e73644a28fc498f229c8446c (patch)
treea73364caa60bc43abcf20aae6ac51944ced7beac /source/smbd/quotas.c
parent373f60256fc6dc800f73d88ea9a302933a4a3246 (diff)
downloadsamba-bacd3e9d2036a804e73644a28fc498f229c8446c.tar.gz
samba-bacd3e9d2036a804e73644a28fc498f229c8446c.tar.xz
samba-bacd3e9d2036a804e73644a28fc498f229c8446c.zip
Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.
client/client.c: client/clitar.c: include/client.h: smbwrapper/smbw_dir.c: smbwrapper/smbw_stat.c: smbwrapper/smbw.c: lib/util.c: Converted all use of 'mode' to uint16. smbd/quotas.c: Fixed stupid comment bug I put in there :-(. printing/printing.c: Fix from J.F. to new code. Jeremy.
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 d5ecf73451b..6df668e279b 100644
--- a/source/smbd/quotas.c
+++ b/source/smbd/quotas.c
@@ -239,7 +239,7 @@ BOOL disk_quotas(char *path, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_U
/****************************************************************************
try to get the disk space from disk quotas (SunOS & Solaris2 version)
-/* Quota code by Peter Urbanec (amiga@cse.unsw.edu.au) */
+Quota code by Peter Urbanec (amiga@cse.unsw.edu.au).
****************************************************************************/
BOOL disk_quotas(char *path, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_UINT *dsize)