]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-ubik-lwp-createprocess-64-bit-20080630
authorThomas Galliano <thom@net2hardware.com>
Tue, 1 Jul 2008 04:07:27 +0000 (04:07 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 1 Jul 2008 04:07:27 +0000 (04:07 +0000)
LICENSE IPL10
FIXES 104732

use NULL and not (void *)0 to avoid issues on 64 bit platforms

(cherry picked from commit e22a5cc8afe889d5d76ecf44a63860e12f1effbf)

src/ubik/ubik.c

index 62b8c349f3c06e873cc297de81b2131820fc3c93..bc08ca2b6196162855c9c2caf49b14ab98a7d0be 100644 (file)
@@ -263,7 +263,7 @@ ubik_ServerInitCommon(afs_int32 myHost, short myPort,
      * the "steplock" problem in ubik initialization. Defect 11037.
      */
     LWP_CreateProcess(rx_ServerProc, rx_stackSize, RX_PROCESS_PRIORITY,
-                     (void *)0, "rx_ServerProc", &junk);
+                     NULL, "rx_ServerProc", &junk);
 
     /* do basic initialization */
     code = uvote_Init();