Page MenuHomeFreeBSD

libkern: import strnstr from libc
ClosedPublic

Authored by val_packett.cool on Jul 10 2021, 11:32 AM.
Referenced Files
F86830464: D31131.id92208.diff
Wed, Jun 26, 5:48 AM
Unknown Object (File)
Mon, Jun 24, 7:59 PM
Unknown Object (File)
Mon, Jun 24, 5:17 PM
Unknown Object (File)
Wed, Jun 19, 6:32 PM
Unknown Object (File)
Fri, May 31, 7:47 AM
Unknown Object (File)
May 23 2024, 11:23 AM
Unknown Object (File)
May 22 2024, 8:42 AM
Unknown Object (File)
May 7 2024, 4:47 AM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40429
Build 37318: arc lint + arc unit

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

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.