]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/dev/random/YarrowCoreLib/src/prng.c
xnu-1456.1.26.tar.gz
[apple/xnu.git] / bsd / dev / random / YarrowCoreLib / src / prng.c
index bbb56785ff826ce40462075058b81071f1cc5efd..f14c411633e3dfb8c1345ee4649d2f5c170c3508 100644 (file)
@@ -93,8 +93,10 @@ static HANDLE Statmutex = NULL;
 static DWORD mutexCreatorId = 0;
 #endif
 
+#if 0
 #pragma mark -
 #pragma mark * * * Static Utility functions * * * 
+#endif
 
 /* All error checking should be done in the function that calls these */
 
@@ -211,8 +213,10 @@ bubbleSort( UINT *data, LONG len )
        }               
 }
 
+#if 0
 #pragma mark -
 #pragma mark * * * Public functions * * * 
+#endif
 
 /* Set up the PRNG */
 prng_error_status