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)
Thu, Apr 4, 10:28 AM
Unknown Object (File)
Mar 16 2024, 8:51 PM
Unknown Object (File)
Mar 16 2024, 8:51 PM
Unknown Object (File)
Mar 16 2024, 8:50 PM
Unknown Object (File)
Mar 14 2024, 5:31 AM
Unknown Object (File)
Mar 11 2024, 4:27 PM
Unknown Object (File)
Mar 8 2024, 12:04 AM
Unknown Object (File)
Jan 15 2024, 5:27 PM

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.