[Bug 276669] Cleanup lib/msun code after $FreeBSD$ removal
Date: Sat, 27 Jan 2024 20:09:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276669
Bug ID: 276669
Summary: Cleanup lib/msun code after $FreeBSD$ removal
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: bugs@FreeBSD.org
Reporter: kargl@FreeBSD.org
Created attachment 248017
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=248017&action=edit
patch to remove unused cdef.h
After the removal of __FBSDID($FreeBSD$), there are 233 files in src/lib/msun
(not counting those in src/lib/msun/tests) that include cdef.h. This header is
now unused in 233 of those files. The attached patch removes cdef.h in
many/most/all
of the files.
--
You are receiving this mail because:
You are the assignee for the bug.