OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1264-g51f079e
Gerrit Code Review
gerrit@openafs.org
Sun, 5 Jun 2011 18:50:25 -0700 (PDT)
The following commit has been merged in the master branch:
commit 51f079e178b22595a990ed64cbe9a5b00e212421
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Mon Sep 27 11:51:20 2010 +0100
rx: Make private things private
Make rxi_* functions that are only used within the file that they're
defined in actually be private, rather than sharing them with the world.
Change-Id: I67b9a36e8ce3fa0d3258842a8d7a5fed31c787ce
Reviewed-on: http://gerrit.openafs.org/4804
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
src/rx/rx.c | 17 ++++++++++-------
src/rx/rx_prototypes.h | 15 ---------------
src/rx/rx_rdwr.c | 2 +-
3 files changed, 11 insertions(+), 23 deletions(-)
--
OpenAFS Master Repository