]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
bucoord-cvs-bogosity-20010910
authorDerrick Brashear <shadow@dementia.org>
Mon, 10 Sep 2001 17:37:32 +0000 (17:37 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 10 Sep 2001 17:37:32 +0000 (17:37 +0000)
correct bogosity which crept into CVS (rtruct instead of struct)

src/bucoord/bc_status.c

index f518507feaf30db650c74dd208c9a7d1b7e06c75..f777992fabb303ba799545461f0f97e5671ba4f1 100644 (file)
@@ -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;