FreeBSD Bugzilla – Attachment 150616 Details for
Bug 196006
[maintainer-update] net-mgmt/ccnet: correct code for usage of P_KTHREADP
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
file_196006.txt (text/plain), 863 bytes, created by
Jingfeng Yan
on 2014-12-16 01:12:15 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Jingfeng Yan
Created:
2014-12-16 01:12:15 UTC
Size:
863 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 374781) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= ccnet > PORTVERSION= 3.1.4 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= net-mgmt devel > > MAINTAINER= yan_jingfeng@yahoo.com >Index: files/patch-lib_utils.c >=================================================================== >--- files/patch-lib_utils.c (revision 374781) >+++ files/patch-lib_utils.c (working copy) >@@ -92,7 +92,7 @@ > + > +#elif defined(__DragonFly__) > +#define PSKIP(kp) ((kp)->kp_pid == mypid || \ >-+ (!kthreads && ((kp)->kp_flags & P_KTHREADP) != 0)) >++ (!kthreads && ((kp)->kp_flags & P_SYSTEM) != 0)) > +#define KVM_OPENFILES(exec, coref, buf) \ > + kvm_openfiles(exec, coref, NULL, O_RDONLY, buf) > +#define KVM_GETPROCS(kd, plist, nproc) \
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 196006
:
150615
| 150616