OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-338-g061b714
Gerrit Code Review
gerrit@openafs.org
Fri, 29 Oct 2010 11:28:12 -0700 (PDT)
The following commit has been merged in the master branch:
commit ebeac56867acdb168b711ae103d7e5869011c947
Author: Chas Williams (CONTRACTOR) <chas@cmf.nrl.navy.mil>
Date: Tue Oct 19 12:19:16 2010 -0400
afs: afs_osi_Alloc_NoSleep() cleanup
afs_osi_Alloc_NoSleep() is no longer used by the SOLARIS or IRIX
clients. It is used by the *BSD code in rx, so just let those
platforms define/prototype it in their osi_machdep.h
Change-Id: Ie2e4a6f7520329c345ac63c67d7b156ed21d109f
Reviewed-on: http://gerrit.openafs.org/3010
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/FBSD/osi_machdep.h | 1 -
src/afs/IRIX/osi_machdep.h | 4 ----
src/afs/SOLARIS/osi_machdep.h | 3 ---
src/afs/afs_osi.h | 6 ------
src/afs/afs_osi_alloc.c | 23 -----------------------
src/afs/afs_prototypes.h | 3 ---
src/rx/rx_prototypes.h | 3 ---
src/rx/xdr.h | 3 ---
8 files changed, 0 insertions(+), 46 deletions(-)
--
OpenAFS Master Repository