Page MenuHomeFreeBSD

libkern: import strnstr from libc
ClosedPublic

Authored by val_packett.cool on Jul 10 2021, 11:32 AM.
Referenced Files
F164363364: D31131.diff
Fri, Jul 31, 4:56 AM
Unknown Object (File)
Tue, Jul 28, 3:54 PM
Unknown Object (File)
Wed, Jul 15, 10:11 PM
Unknown Object (File)
Wed, Jul 15, 10:11 PM
Unknown Object (File)
Fri, Jul 3, 3:19 AM
Unknown Object (File)
Fri, Jul 3, 12:59 AM
Unknown Object (File)
Thu, Jul 2, 11:29 PM
Unknown Object (File)
Thu, Jul 2, 12:25 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.