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, May 29, 1:54 PM
Unknown Object (File)
Thu, May 29, 1:53 PM
Unknown Object (File)
Tue, May 27, 4:50 PM
Unknown Object (File)
Sat, May 24, 11:49 PM
Unknown Object (File)
Tue, May 13, 5:44 AM
Unknown Object (File)
Tue, May 13, 12:32 AM
Unknown Object (File)
Mar 20 2025, 2:18 PM
Unknown Object (File)
Feb 21 2025, 1:08 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.