X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Frx%2FFBSD%2Frx_kmutex.h;h=ec9bb74caafee295895957bf4a7a533d3e634b06;hp=acf9b98104310022cc08432294034da5e145147a;hb=530c491c673154c5c935bd339c6d00850d454190;hpb=0ee73ecbff418d253076923681174560030ef753 diff --git a/src/rx/FBSD/rx_kmutex.h b/src/rx/FBSD/rx_kmutex.h index acf9b98..ec9bb74 100644 --- a/src/rx/FBSD/rx_kmutex.h +++ b/src/rx/FBSD/rx_kmutex.h @@ -52,7 +52,7 @@ #define CV_SIGNAL(cv) wakeup_one(cv) #define CV_BROADCAST(cv) wakeup(cv) -#define osi_rxWakeup(cv) wakeup(cv) +/* #define osi_rxWakeup(cv) wakeup(cv) */ typedef int afs_kcondvar_t; #define HEAVY_LOCKS