Page MenuHomeFreeBSD

bhyve: add missing license identifiers in net_utils and net_backend
ClosedPublic

Authored by vmaffione on Jul 7 2019, 12:27 PM.
Tags
None
Referenced Files
F169481788: D20874.diff
Tue, Sep 1, 3:58 PM
F169427222: D20874.id.diff
Tue, Sep 1, 12:42 PM
F169391787: D20874.id59504.diff
Tue, Sep 1, 9:55 AM
F169336071: D20874.id59554.diff
Tue, Sep 1, 5:43 AM
F169307300: D20874.id59504.diff
Tue, Sep 1, 4:16 AM
Unknown Object (File)
Mon, Aug 31, 2:28 AM
Unknown Object (File)
Sun, Aug 30, 4:05 PM
Unknown Object (File)
Sun, Aug 30, 12:38 PM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 25229

Event Timeline

markj added inline comments.
usr.sbin/bhyve/net_backends.c
41

The cdefs.h include should become the first include in this file.

usr.sbin/bhyve/net_backends.c
41

Yes, the normal style is to place <sys/cdefs.h> and __FBSDID followed by a blank line before all other #includes.

I'd be tempted to do this as two different commits: one for ctypes.h and one for the SPDX. I agree with the comments about placement of ctypes.h.

Also, in the future, it would be more convenient for reviewers if you uploaded patches generated with -U99999 so we get the full context and don't have to switch away to another window for see if these files actually have the specific wording of the BSD-2-Clause-FreeBSD license or not.

Changed the patch to update the license identifiers only.

This revision is now accepted and ready to land.Jul 8 2019, 9:38 PM