prototypes-fixes-20020821
[openafs.git] / src / bucoord / bc_status.c
index 69afbe6..5182b7a 100644 (file)
@@ -7,8 +7,8 @@
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
-#include <afs/param.h>
 #include <afsconfig.h>
+#include <afs/param.h>
 
 RCSID("$Header$");
 
@@ -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;
@@ -224,7 +224,8 @@ statusWatcher()
                printf("Starting scheduled dump: job %d\n", jobNumber);
                printf("schedD> %s\n", cmdLine);
 
-               code = LWP_CreateProcess(cmdDispatch, 16384, LWP_NORMAL_PRIORITY, 2,
+               code = LWP_CreateProcess(cmdDispatch, 16384, 
+                                        LWP_NORMAL_PRIORITY, (void *) 2,
                                         "cmdDispatch", &dispatchPid);
                if ( code )
                {