diff options
author | mat <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
commit | 92a23247b1467190ce10007190052c33423ff547 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/rawrec/files/patch-record.c | |
parent | 95f228514e93df3c298ff9e8142253c866d190fe (diff) | |
download | FreeBSD-ports-92a23247b1467190ce10007190052c33423ff547.zip FreeBSD-ports-92a23247b1467190ce10007190052c33423ff547.tar.gz |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'audio/rawrec/files/patch-record.c')
-rw-r--r-- | audio/rawrec/files/patch-record.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/rawrec/files/patch-record.c b/audio/rawrec/files/patch-record.c index 8f4b4ec..c906a25 100644 --- a/audio/rawrec/files/patch-record.c +++ b/audio/rawrec/files/patch-record.c @@ -1,6 +1,6 @@ ---- record.c.orig Sun Jan 22 00:40:17 2006 -+++ record.c Wed May 10 17:31:45 2006 -@@ -43,7 +43,6 @@ +--- record.c.orig 2006-01-22 02:40:17 UTC ++++ record.c +@@ -43,7 +43,6 @@ void record(parameters_stt *clp) int rtn; /* For return values of pthread fctns. */ /* Maximum priority of FIFO thread. Should always be rinitialized elsewhere before use. */ @@ -8,7 +8,7 @@ void *au_th_ret; /* Audio thread return pointer. */ void *fd_th_ret; /* File thread return pointer. */ sigset_t all_sigs; /* Full set of all signals. */ -@@ -183,6 +182,10 @@ +@@ -183,6 +182,10 @@ void record(parameters_stt *clp) PTHREAD_CREATE_JOINABLE)) ) { err_die("BUG: pthread_attr_setdetachstate failed: %s\n", strerror(rtn)); } @@ -19,7 +19,7 @@ #if defined (_POSIX_THREAD_PRIORITY_SCHEDULING) \ && _POSIX_THREAD_PRIORITY_SCHEDULING != -1 \ && _POSIX_THREAD_PRIORITY_SCHEDULING != 0 -@@ -202,12 +205,17 @@ +@@ -202,12 +205,17 @@ void record(parameters_stt *clp) err_die("BUG: pthread_attr_setscope failed: %s\n", strerror(rtn)); } #endif @@ -37,7 +37,7 @@ #if defined (_POSIX_THREAD_PRIORITY_SCHEDULING) \ && _POSIX_THREAD_PRIORITY_SCHEDULING != -1 \ && _POSIX_THREAD_PRIORITY_SCHEDULING != 0 -@@ -225,6 +233,7 @@ +@@ -225,6 +233,7 @@ void record(parameters_stt *clp) err_die("BUG: pthread_attr_setscope failed: %s\n", strerror(rtn)); } #endif |