Bug 196006 - [maintainer-update] net-mgmt/ccnet: correct code for usage of P_KTHREADP
Summary: [maintainer-update] net-mgmt/ccnet: correct code for usage of P_KTHREADP
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: John Marino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-16 01:10 UTC by Jingfeng Yan
Modified: 2014-12-19 16:44 UTC (History)
2 users (show)

See Also:


Attachments
patch (863 bytes, text/plain)
2014-12-16 01:10 UTC, Jingfeng Yan
no flags Details
patch (863 bytes, patch)
2014-12-16 01:12 UTC, Jingfeng Yan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jingfeng Yan 2014-12-16 01:10:59 UTC
Created attachment 150615 [details]
patch

The P_KTHREADP never works in DragonflyBSD. P_KTHREADP is removed from its kernel 4.0.  It is suggested to use P_SYSTEM.
Comment 1 Jingfeng Yan 2014-12-16 01:12:15 UTC
Created attachment 150616 [details]
patch
Comment 2 Jingfeng Yan 2014-12-16 13:38:24 UTC
forget to add you into the cc list.
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-12-19 16:42:54 UTC
A commit references this bug:

Author: marino
Date: Fri Dec 19 16:42:42 UTC 2014
New revision: 374950
URL: https://svnweb.freebsd.org/changeset/ports/374950

Log:
  net-mgmt/ccnet: Fix kernel thread support for DragonFly

  PR:		196006
  Submitted by:	maintainer

Changes:
  head/net-mgmt/ccnet/Makefile
  head/net-mgmt/ccnet/files/patch-lib_utils.c
Comment 4 John Marino freebsd_committer freebsd_triage 2014-12-19 16:44:50 UTC
Thanks.  FYI, "svn patch" resulted in corruption again.  I think it must be a missing new line somewhere.