Page MenuHomeFreeBSD

libc: remove some obsolete VCS data
ClosedPublic

Authored by brooks on Nov 20 2023, 11:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 27, 3:13 PM
Unknown Object (File)
Wed, Sep 25, 1:42 AM
Unknown Object (File)
Tue, Sep 24, 7:16 PM
Unknown Object (File)
Sun, Sep 22, 12:37 PM
Unknown Object (File)
Fri, Sep 20, 4:20 PM
Unknown Object (File)
Tue, Sep 17, 10:51 AM
Unknown Object (File)
Tue, Sep 17, 9:16 AM
Unknown Object (File)
Tue, Sep 17, 4:41 AM
Subscribers
None

Details

Summary

These wide char support files were copied from the previous versions
with expanded $FreeBSD$ strings in #if 0 blocks. Remove them and the
scssid definitions in the same blocks.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 54528
Build 51417: arc lint + arc unit

Event Timeline

brooks created this revision.

There's many more of these in the tree... these somehow escaped $FreeBSD$ expansion...

This revision is now accepted and ready to land.Nov 21 2023, 3:45 AM
In D42688#973984, @imp wrote:

There's many more of these in the tree... these somehow escaped $FreeBSD$ expansion...

AFACT they were committed to git with expanded $FreeBSD$ for one reason or another. In this case it might have been for tracking purposes since they the author wanted to keep the normal char version in sync. I've got the libarchive ones taken care of subject to my PR being merged and someone doing an update.

This revision was automatically updated to reflect the committed changes.