OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4675-gfcfa8d0

Gerrit Code Review gerrit@openafs.org
Tue, 25 Aug 2015 23:54:12 -0400


The following commit has been merged in the master branch:
commit fcfa8d039a56d051838142cc5b361be195d225e3
Author: Anders Kaseorg <andersk@mit.edu>
Date:   Fri Jul 31 23:26:43 2015 -0400

    tests/auth/keys-t.c: Don’t ignore return value of write
    
    Resolves this warning:
    
    keys-t.c: In function ‘copy’:
    keys-t.c:63:6: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
          write(out, block, len);
          ^
    
    Change-Id: If2427f2658b428091ffba3d11643ad95f193a67d
    Reviewed-on: http://gerrit.openafs.org/11957
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 tests/auth/keys-t.c |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository