Remove return of value for afs_MarinerLogFetch()
authorAntoine Verheijen <antoine@ualberta.ca>
Mon, 15 Mar 2010 19:49:31 +0000 (13:49 -0600)
committerDerrick Brashear <shadow@dementia.org>
Mon, 15 Mar 2010 20:14:24 +0000 (13:14 -0700)
commit8ba939e12636d573404d2777505a61608a4f3bd8
tree111bfddac5d42ebabccc44d6e44650a3909259ac
parent6bfca9c06c1ddcf2cb238a821463dce91e4f2146
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 <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs_mariner.c