The following commit has been merged in the master branch:
commit 8ba939e12636d573404d2777505a61608a4f3bd8
Author: Antoine Verheijen <[email protected]>
Date:   Mon Mar 15 13:49:31 2010 -0600

    Remove return of value for afs_MarinerLogFetch()
    
    afs_MarinerLogFetch(), a void routine, attempts to return a value.
    While gcc (amongst others) merely issues a warning about this, the
    Sun Studio C compiler gets cranky (at least on x86) and treats it as
    a hard error, thereby aborting the build. Since there actually is no
    value to return, this update simply removes the attempt.
    
    Change-Id: Ic89fb05380a25a433f9c3b9fa57962f215348d95
    Reviewed-on: http://gerrit.openafs.org/1574
    Reviewed-by: Derrick Brashear <[email protected]>
    Tested-by: Derrick Brashear <[email protected]>

 src/afs/afs_mariner.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to