Page MenuHomeFreeBSD

libkern: import strnstr from libc
ClosedPublic

Authored by val_packett.cool on Jul 10 2021, 11:32 AM.
Referenced Files
Unknown Object (File)
Dec 10 2024, 2:31 PM
Unknown Object (File)
Nov 20 2024, 9:28 AM
Unknown Object (File)
Nov 9 2024, 12:21 AM
Unknown Object (File)
Nov 8 2024, 4:37 AM
Unknown Object (File)
Oct 28 2024, 10:12 AM
Unknown Object (File)
Oct 20 2024, 10:04 AM
Unknown Object (File)
Oct 20 2024, 10:04 AM
Unknown Object (File)
Oct 20 2024, 10:04 AM

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Jul 10 2021, 4:53 PM
bz added a subscriber: bz.

I had to do this last year at some point for a local tree. Seems good.

sys/libkern/strnstr.c
36 ↗(On Diff #92041)

You might as well leave the __FBSDID("$FreeBSD$"); in the copy of the file.
Otherwise remove the extra line maybe as well?

Sorry for the delay. It looks good to me also.

This revision was automatically updated to reflect the committed changes.