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) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996,1999 by Internet Software Consortium.
@@ -21,7 +23,6 @@ static const char rcsid[] = "$Id: inet_pton.c,v 1.3.18.2 2005/07/28 07:38:07 mar
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "port_before.h"
#include <sys/param.h>
#include <sys/types.h>
#include <sys/socket.h>