Cleanup license declarations and remove dv1394d references.
[melted] / src / albino / albino.c
index 506f795..2c3cac5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * albino.c -- Local dv1394d Test Util
+ * albino.c -- Local Valerie/Miracle Test Utility
  * Copyright (C) 2002-2003 Ushodaya Enterprises Limited
  * Author: Charles Yates <charles.yates@pandora.be>
  *
@@ -64,7 +64,9 @@ int main( int argc, char **argv  )
                // Use realtime scheduling if possible
                memset( &scp, '\0', sizeof( scp ) );
                scp.sched_priority = sched_get_priority_max( SCHED_FIFO ) - 1;
-               sched_setscheduler( 0, SCHED_RR, &scp );
+#ifndef __DARWIN__
+               sched_setscheduler( 0, SCHED_FIFO, &scp );
+#endif
 
                printf( "Miracle Standalone Instance\n" );
                parser = miracle_parser_init_local( );