| Summary: | net-mgmt/ccnet: fix build on -current | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed DUPLICATE | ||||||
| Severity: | Affects Some People | CC: | Ultima1252 | ||||
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(Ultima1252) |
||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
This fix was included in an update that I had posted month and a half ago shortly after the change occured, PR 203930. This change looks fine, however the revision needs to be updated as well does it not? > This fix was included in an update that I had posted month and a half ago shortly after the change occured, PR 203930. Oh. Then we're better to make that committed. > This change looks fine, however the revision needs to be updated as well does it not? No. It only fixes build, not affecting any packages. *** This bug has been marked as a duplicate of bug 203930 *** |
Created attachment 169312 [details] Patch utils.c:1636:13: error: use of undeclared identifier 'P_KTHREAD' if (PSKIP(kp)) { ^ utils.c:1565:51: note: expanded from macro 'PSKIP' (!kthreads && ((kp)->ki_flag & P_KTHREAD) != 0)) ^ It was renamed to P_KPROC, take this into account.