prototypes-fixes-20020821
[openafs.git] / src / bozo / bosserver.c
index d894fc3..b6ec651 100644 (file)
@@ -861,7 +861,7 @@ int main (int argc, char **argv, char **envp)
     }
 
     code = LWP_CreateProcess(BozoDaemon, BOZO_LWP_STACKSIZE, /* priority */ 1,
-                            /* parm */0, "bozo-the-clown", &bozo_pid);
+                            (void *) /*parm*/0, "bozo-the-clown", &bozo_pid);
 
     /* try to read the key from the config file */
     tdir = afsconf_Open(AFSDIR_SERVER_ETC_DIRPATH);