--- src/tests/rtstutter.c.orig 2008-07-26 17:10:17.000000000 -0400 +++ src/tests/rtstutter.c 2008-07-26 17:12:26.000000000 -0400 @@ -42,6 +42,7 @@ static int msec_lower, msec_upper; static void* work(void *p) PA_GCC_NORETURN; static void* work(void *p) { +#ifndef __FreeBSD__ cpu_set_t mask; struct sched_param param; @@ -83,6 +84,7 @@ static void* work(void *p) { } while (now.tv_sec < end.tv_sec || (now.tv_sec == end.tv_sec && now.tv_nsec < end.tv_nsec)); } +#endif } int main(int argc, char*argv[]) { itle='freebsd-ports Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/cad/opentimer
Commit message (Expand)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-081-2/+0
* Add WWW entries to port MakefilesStefan Eßer2022-09-081-0/+1
* cad/opentimer: mark broken on powerpcPiotr Kubaj2021-10-071-0/+1
* cad/opentimer: Broken on i386Yuri Victorovich2021-09-191-0/+2
* cad/opentimer: Change the 'test' target to run official tests, move the previ...Yuri Victorovich2021-09-131-2/+6