FreeBSD Bugzilla – Attachment 82404 Details for
Bug 117879
misc/zaptel: [PATCH]: unbreak 8.0-current
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.txt
file.txt (text/plain), 894 bytes, created by
Philip M. Gollucci
on 2007-11-06 20:30:03 UTC
(
hide
)
Description:
file.txt
Filename:
MIME Type:
Creator:
Philip M. Gollucci
Created:
2007-11-06 20:30:03 UTC
Size:
894 bytes
patch
obsolete
>cvs diff: files/patch-zaptel::zaptel.c was removed, no comparison available >cvs diff: files/patch-zaptel__zaptel.c is a new entry, no comparison available >--- /dev/null 2007-11-06 15:22:00.000000000 -0500 >+++ files/patch-zaptel__zaptel.c 2007-11-06 15:19:08.000000000 -0500 >@@ -0,0 +1,20 @@ >+--- ./zaptel/zaptel.c.orig 2007-11-06 15:19:02.000000000 -0500 >++++ ./zaptel/zaptel.c 2007-11-06 15:17:34.000000000 -0500 >+@@ -254,7 +254,7 @@ >+ while (1) { >+ if (kthread_must_exit) { >+ wakeup(cookie); >+- kthread_exit(0); >++ kthread_exit(); >+ } >+ >+ ZAP_LOCK(toselwakeup_lock); >+@@ -396,7 +396,7 @@ >+ >+ int schluffen(void *q) >+ { >+- int rc = tsleep(q, PZERO | PCATCH, "schluffen", 0); >++ int rc = tsleep(q, PZERO | PCATCH, "schluffen", 10); >+ switch(rc) >+ { >+ case EINTR:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 117879
: 82404 |
82405