Update of /cvsroot/pure-data/externals/ggee/control In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22826
Modified Files: shell.c Log Message: fixed test for posix setscheduler
Index: shell.c =================================================================== RCS file: /cvsroot/pure-data/externals/ggee/control/shell.c,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** shell.c 14 Nov 2005 21:59:08 -0000 1.9 --- shell.c 28 Feb 2006 09:31:48 -0000 1.10 *************** *** 28,32 **** static void drop_priority(void) { ! #ifdef _POSIX_PRIORITY_SCHEDULING struct sched_param par; int p1 ,p2, p3; --- 28,32 ---- static void drop_priority(void) { ! #if (_POSIX_PRIORITY_SCHEDULING - 0) >= 200112L struct sched_param par; int p1 ,p2, p3;