Use __FBSDID() and sort #includes.
No functional change.
This commit is contained in:
parent
fb9a985516
commit
7aa24c6006
@ -21,17 +21,21 @@
|
||||
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
||||
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
||||
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include "net_utils.h"
|
||||
#include "bhyverun.h"
|
||||
#include <md5.h>
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <net/ethernet.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <md5.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "bhyverun.h"
|
||||
#include "net_utils.h"
|
||||
|
||||
int
|
||||
net_parsemac(char *mac_str, uint8_t *mac_addr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user