[SCM] Samba Shared Repository - branch master updated - f929488d580748a7ce700a7672f77e2adae4c588

Jelmer Vernooij jelmer at samba.org
Sat Nov 1 13:47:37 GMT 2008


The branch, master has been updated
       via  f929488d580748a7ce700a7672f77e2adae4c588 (commit)
      from  cd55fdd445cc5d1ab7b563336a46d80867af7197 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit f929488d580748a7ce700a7672f77e2adae4c588
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sat Nov 1 04:59:16 2008 +0100

    Remove duplicate prototypes.

-----------------------------------------------------------------------

Summary of changes:
 source3/include/proto.h |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/include/proto.h b/source3/include/proto.h
index 9d7d76e..91bfc80 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -953,17 +953,7 @@ int no_acl_syscall_error(int err);
 int sys_get_quota(const char *path, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
 int sys_set_quota(const char *path, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
 
-/* The following definitions come from lib/sysquotas_4A.c  */
-
-int sys_get_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
-int sys_set_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
-
-/* The following definitions come from lib/sysquotas_linux.c  */
-
-int sys_get_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
-int sys_set_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
-
-/* The following definitions come from lib/sysquotas_xfs.c  */
+/* The following definitions come from lib/sysquotas_*.c  */
 
 int sys_get_xfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
 int sys_set_xfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list