Page MenuHomeFreeBSD

linuxkpi: Move string_helpers.h to string_choices.h
ClosedPublic

Authored by emaste on Thu, Sep 18, 8:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 10, 8:23 AM
Unknown Object (File)
Fri, Oct 10, 8:22 AM
Unknown Object (File)
Fri, Oct 10, 8:22 AM
Unknown Object (File)
Fri, Oct 10, 2:18 AM
Unknown Object (File)
Tue, Sep 23, 10:10 PM
Unknown Object (File)
Mon, Sep 22, 8:01 PM
Unknown Object (File)
Fri, Sep 19, 7:41 PM
Unknown Object (File)
Fri, Sep 19, 1:34 PM
Subscribers

Details

Summary
Chace Linux change fca76071bab2 ("lib/string_helpers: Split out
string_choices.h").  Everything from string_helpers.h that we
implemented has moved, so rename the file, update the include guards,
and add a new dummy string_helpers.h that just #includes it.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste created this revision.
bz added a subscriber: bz.

If you can mention v6.5 in the commit message along with the hash; makes it easier to know. But given the change is forward/backward compatible through the include I see no harm.

This revision is now accepted and ready to land.Thu, Sep 18, 10:27 PM