From ba4498fa9c514b8916360c0ff8684f7bab609b33 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 10 Sep 2001 17:37:32 +0000 Subject: [PATCH] bucoord-cvs-bogosity-20010910 correct bogosity which crept into CVS (rtruct instead of struct) --- src/bucoord/bc_status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bucoord/bc_status.c b/src/bucoord/bc_status.c index f518507fe..f777992fa 100644 --- a/src/bucoord/bc_status.c +++ b/src/bucoord/bc_status.c @@ -133,7 +133,7 @@ cmdDispatch() statusWatcher() { - rtruct rx_connection *tconn = (struct rc_connection *)0; + struct rx_connection *tconn = (struct rc_connection *)0; statusP curPollPtr = 0; struct tciStatusS statusPtr; -- 2.39.5