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: |
|
Auto-assigned to maintainer gnn@FreeBSD.org 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 |
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