X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Falbino%2Falbino.c;h=2c3cac5d0afe1a6b9e63155c221ecd638258399d;hb=bf3264b9e340ba5c11cbf59835a8af3db94e0cc2;hp=60667f3f105ac02e1d2b6f491896a4f8f6903fa8;hpb=eae86b6ff2d11421e4839ffbe79c4c547d15751a;p=melted diff --git a/src/albino/albino.c b/src/albino/albino.c index 60667f3..2c3cac5 100644 --- a/src/albino/albino.c +++ b/src/albino/albino.c @@ -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 * @@ -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