Page MenuHomeFreeBSD

libkern: import strnstr from libc
ClosedPublic

Authored by val_packett.cool on Jul 10 2021, 11:32 AM.
Referenced Files
F108806380: D31131.diff
Tue, Jan 28, 3:33 AM
Unknown Object (File)
Sat, Jan 25, 10:00 AM
Unknown Object (File)
Tue, Jan 21, 7:45 PM
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

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.