OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-devel-1_5_77-32-gbd9f7b1
Gerrit Code Review
gerrit@openafs.org
Mon, 27 Sep 2010 08:31:44 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit e7bd67e5bd700b502f47a7c82bb19b4ad98f7dab
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Sun Sep 19 09:08:42 2010 -0700
Rx: move TSFPQ prototypes from rx_globals.h to rx_protoypes.h
Function prototypes belong in rx_prototypes.h not in rx_globals.h.
Remove EXT macro from function prototypes as functions do not
require special treatment in order to be exported by a DLL on Windows.
Change-Id: Ieb617db634f2cfa57410e77e276c703311304547
Reviewed-on: http://gerrit.openafs.org/2777
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit 00afdbed0ff474aaf45a49b157843af9cb8483ad)
Reviewed-on: http://gerrit.openafs.org/2812
Reviewed-by: Rod Widdowson <rdw@steadingsoftware.com>
src/rx/rx_globals.h | 3 ---
src/rx/rx_prototypes.h | 5 +++++
2 files changed, 5 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository