Bug 176052

Summary: [boot] [patch] libi386: Do not unnecessarily cast away const
Product: Base System Reporter: Christoph Mallon <christoph.mallon>
Component: kernAssignee: Warner Losh <imp>
Status: Closed Overcome By Events    
Severity: Affects Only Me CC: imp
Priority: Normal Keywords: loader
Version: 1.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
0001-libi386-Do-not-unnecessarily-cast-away-const.patch none

Description Christoph Mallon 2013-02-12 08:20:00 UTC
In r245424 a cast was introduced to cast away const.
This is unnecessary and can be avoided by slightly rearranging the code.

Fix: Please apply the patch below.
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 08:00:31 UTC
For bugs matching the following criteria:

Status: In Progress Changed: (is less than) 2014-06-01

Reset to default assignee and clear in-progress tags.

Mail being skipped
Comment 2 Warner Losh freebsd_committer freebsd_triage 2021-07-07 04:14:02 UTC
The patch is no longer relevant. The code is much harder to do w/o it today, so I'm closing this as overcome by events.