The following commit has been merged in the openafs-stable-1_6_5_x branch:
commit 59269b39b2dcc6ad9157c674b0104beecba46206
Author: Simon Wilkinson <[email protected]>
Date: Fri Mar 30 19:09:36 2012 +0100
DARWIN: Make crfree() an inline function
On Darwin 100, we have
#define crfree(X) kauth_cred_unref(&X)
which expands in one place to
kauth_cred_unref(&(afs_ucred_t *)avc->linkData)
clang warns about this in -Werror mode, because arguments to the
address-of operator must be lvalues.
To fix this make crfree an inline function, which will then let us do
the indirection required.
Reviewed-on: http://gerrit.openafs.org/7073
Reviewed-by: Derrick Brashear <[email protected]>
Tested-by: Derrick Brashear <[email protected]>
(cherry picked from commit 1d8937b860509fcaabb041bc14faf7aa3023f3c9)
Reviewed-on: http://gerrit.openafs.org/10548
Tested-by: BuildBot <[email protected]>
Reviewed-by: Stephan Wiesand <[email protected]>
(cherry picked from commit 931d1a8bea393ba3df69b163cb4d05c35f3c948e)
Change-Id: Iba1def8ae4004e918185109767bd8a0f0a263813
Reviewed-on: http://gerrit.openafs.org/10607
Reviewed-by: Stephan Wiesand <[email protected]>
Tested-by: Stephan Wiesand <[email protected]>
src/afs/DARWIN/osi_machdep.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs