libc/inet/*.c: Include port_before.h first

This commit is contained in:
Joel Sherrill
2012-09-05 13:21:22 -05:00
parent b0cd1b9c23
commit aef6891254
14 changed files with 28 additions and 27 deletions

View File

@@ -1,3 +1,5 @@
#include "port_before.h"
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -33,8 +35,6 @@ static const char sccsid[] = "@(#)inet_makeaddr.c 8.1 (Berkeley) 6/4/93";
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "port_before.h"
#include <sys/param.h>
#include <netinet/in.h>
#include <arpa/inet.h>