Page MenuHomeFreeBSD

Update copyright and location of cr_can* prototypes in header files
ClosedPublic

Authored by stevek on Jul 28 2016, 6:41 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 18, 12:20 AM
Unknown Object (File)
Sat, Nov 16, 11:38 PM
Unknown Object (File)
Sat, Nov 16, 9:45 PM
Unknown Object (File)
Mon, Nov 11, 6:15 AM
Unknown Object (File)
Sun, Nov 10, 9:21 PM
Unknown Object (File)
Sun, Nov 10, 8:53 PM
Unknown Object (File)
Sun, Nov 10, 7:46 PM
Unknown Object (File)
Sun, Nov 10, 7:41 PM
Subscribers

Details

Summary

Remove BSD and USL copyright and update license block in in_prot.c
Move cr_can* prototypes from sys/systm.h to sys/proc.h

These changes are based on the following comments by rwatson:
"in_prot.c doesn't contain either BSD or USL code -- you can just reduce it
to a Robert N. M. Watson copyright with bad-style-copyright from
/usr/share/examples.

Probably the cr_can*() prototypes should be in proc.h with the other
similar checks."

Test Plan

Built universe successfully.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

stevek retitled this revision from to <<Replace this line with your Revision Title>> Update copyright and location of cr_can* prototypes in header files.
stevek updated this object.
stevek edited the test plan for this revision. (Show Details)
stevek added a reviewer: rwatson.
stevek retitled this revision from <<Replace this line with your Revision Title>> Update copyright and location of cr_can* prototypes in header files to Update copyright and location of cr_can* prototypes in header files.Jul 28 2016, 6:41 AM
rwatson edited edge metadata.

Looks good to me!

This revision is now accepted and ready to land.Jul 28 2016, 12:52 PM
This revision was automatically updated to reflect the committed changes.