History log of /freebsd/sys/compat/linuxkpi/common/include/linux/string_choices.h (Results 1 – 1 of 1)
Revision Date Author Comments
# 4d6d5f5a 18-Sep-2025 Ed Maste <emaste@FreeBSD.org>

linuxkpi: Move string_helpers.h to string_choices.h

Chace Linux change fca76071bab2 ("lib/string_helpers: Split out
string_choices.h") from v6.5. Everything that we implemented from
string_helpers.

linuxkpi: Move string_helpers.h to string_choices.h

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

Reviewed by: bz
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D52606

show more ...