OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4271-ge7a4359
Gerrit Code Review
gerrit@openafs.org
Sat, 31 May 2014 07:25:30 -0400
The following commit has been merged in the master branch:
commit e7a4359a0870f214091113f3efb0b32a4b68663c
Author: Perry Ruiter <pruiter@sinenomine.net>
Date: Fri May 30 14:28:53 2014 -0700
audit: Delete va_copy kludge
When I developed fix c3d4c109305b2db8a63b754c1894ad37326dc340 I used
va_copy. I was nervous because it required C99, but I had no
problem with any of the buildbots, nor did any reviewer comment.
audit/audit.c contains a local hack to simulate va_copy in the
pre C99 days. There are no uses of va_copy in audit.c but
presumably at some point there was. Delete the local va_copy.
Change-Id: I5e30c7e3052aeffe56e366888c5a3db3a705fd00
Reviewed-on: http://gerrit.openafs.org/11184
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: D Brashear <shadow@your-file-system.com>
src/audit/audit.c | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
--
OpenAFS Master Repository