OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. BP--openafs-stable-1_6_x-8-g71bf493
Gerrit Code Review
gerrit@openafs.org
Tue, 7 Sep 2010 11:44:54 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit f820ab766e173ef708e6e5f1efb56bfb4dfd9ff3
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Sat Aug 21 12:05:37 2010 +0100
Don't include afsconfig.h in rxgen headers
Some headers generated by rxgen are installed. We can't use
afsconfig.h in installed headers, as it isn't installed (and it
shouldn't be, as it contains autoconf defines which will almost
certainly have namespace conflicts with other packages)
Revert the portion of 972a407 that added afsconfig.h to the
h_output function. This should now be safe as stds.h no longer
relies on the result of autoconf tests.
FIXES 127931
Change-Id: I75645620e46c4f354ca984a8daf99254650133f6
Reviewed-on: http://gerrit.openafs.org/2604
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit 975b662d8ecabeb82ffd2a3a2dce0c8d6e6cc473)
Reviewed-on: http://gerrit.openafs.org/2673
src/rxgen/rpc_main.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository