OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-135-g00afdbe

Gerrit Code Review gerrit@openafs.org
Mon, 20 Sep 2010 01:59:41 -0700 (PDT)


The following commit has been merged in the master branch:
commit 00afdbed0ff474aaf45a49b157843af9cb8483ad
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>

 src/rx/rx_globals.h    |    3 ---
 src/rx/rx_prototypes.h |    5 +++++
 2 files changed, 5 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository