Cleanup license declarations and remove dv1394d references.
[melted] / src / albino / albino.c
index 60667f3..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,7 @@ 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;
-#ifndef DARWIN
+#ifndef __DARWIN__
                sched_setscheduler( 0, SCHED_FIFO, &scp );
 #endif