[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-4959-gf38c50b

Derrell Lipman derrell at samba.org
Sat Feb 14 23:57:24 GMT 2009


The branch, v3-3-test has been updated
       via  f38c50b13f3ad916db884611ad4199198f6cade2 (commit)
      from  3b12ab74252c850348c2d15adf930aa01e0652ff (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit f38c50b13f3ad916db884611ad4199198f6cade2
Author: Derrell Lipman <derrell.lipman at unwireduniverse.com>
Date:   Sat Feb 14 18:56:44 2009 -0500

    Get rid of the warnings I had for testing

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

Summary of changes:
 source/libsmb/libsmb_stat.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/libsmb/libsmb_stat.c b/source/libsmb/libsmb_stat.c
index b09afac..b9b14e3 100644
--- a/source/libsmb/libsmb_stat.c
+++ b/source/libsmb/libsmb_stat.c
@@ -402,8 +402,6 @@ SMBC_fstatvfs_ctx(SMBCCTX *context,
 #if HAVE_FRSIZE
                         st->f_frsize =
                                 (unsigned long) sectors_per_allocation_unit;
-#else
-#warning "f_frsize field is not available"
 #endif
                         st->f_blocks =
                                 (fsblkcnt_t) total_allocation_units;
@@ -449,9 +447,6 @@ SMBC_fstatvfs_ctx(SMBCCTX *context,
 #if HAVE_FSID_INT
                         st->f_fsid =
                                 (unsigned long) fs_identifier;
-#else
-#warning "f_fsid is not an integer type so is not available"
-                        /* We don't know the type, so don't try to set it */
 #endif
                         
                 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list