Bug 196692 - sysutils/mbgtools: Remove d_thread_t usage
Summary: sysutils/mbgtools: Remove d_thread_t usage
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: George V. Neville-Neil
URL:
Keywords:
Depends on:
Blocks: 196544
  Show dependency treegraph
 
Reported: 2015-01-13 19:14 UTC by John Baldwin
Modified: 2015-01-29 15:25 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (gnn)


Attachments
remove_d_thread_t.patch (1.41 KB, patch)
2015-01-13 19:14 UTC, John Baldwin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Baldwin freebsd_committer freebsd_triage 2015-01-13 19:14:14 UTC
Created attachment 151576 [details]
remove_d_thread_t.patch

The d_thread_t typedef is a compat shim to support FreeBSD 4.x.  I'm planning to remove this shim from 11.

George, can you push this change upstream as well?  Thanks
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-01-13 19:14:14 UTC
Auto-assigned to maintainer gnn@FreeBSD.org
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-01-29 15:24:51 UTC
A commit references this bug:

Author: jhb
Date: Thu Jan 29 15:24:08 UTC 2015
New revision: 378120
URL: https://svnweb.freebsd.org/changeset/ports/378120

Log:
  Replace use of d_thread_t with 'struct thread'.  This has been accepted
  upstream already.  d_thread_t is an ancient compat shim for FreeBSD 4
  that is going away in FreeBSD 11.

  PR:		196692
  Approved by:	gnn (maintainer)

Changes:
  head/sysutils/mbgtools/files/patch-mbgclock-mbgclock_main.c