FreeBSD Bugzilla – Attachment 169312 Details for
Bug 208799
net-mgmt/ccnet: fix build on -current
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
ccnet.patch (text/plain), 884 bytes, created by
Dmitry Marakasov
on 2016-04-14 12:34:28 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2016-04-14 12:34:28 UTC
Size:
884 bytes
patch
obsolete
>Index: files/patch-lib_utils.c >=================================================================== >--- files/patch-lib_utils.c (revision 413212) >+++ files/patch-lib_utils.c (working copy) >@@ -78,14 +78,19 @@ > #endif > > #ifdef __APPLE__ >-@@ -1530,6 +1559,108 @@ >+@@ -1530,6 +1559,113 @@ > } > #endif > > +#if defined(__FreeBSD__) || defined(__DragonFly__) || defined(__NetBSD__) || defined(__OpenBSD__) > +#if defined(__FreeBSD__) >++#if __FreeBSD_version < 1100097 > +#define PSKIP(kp) ((kp)->ki_pid == mypid || \ > + (!kthreads && ((kp)->ki_flag & P_KTHREAD) != 0)) >++#else >++#define PSKIP(kp) ((kp)->ki_pid == mypid || \ >++ (!kthreads && ((kp)->ki_flag & P_KPROC) != 0)) >++#endif > +#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 208799
: 169312