Bug 196692

Summary: sysutils/mbgtools: Remove d_thread_t usage
Product: Ports & Packages Reporter: John Baldwin <jhb>
Component: Individual Port(s)Assignee: George V. Neville-Neil <gnn>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (gnn)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 196544    
Attachments:
Description Flags
remove_d_thread_t.patch none

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