Revert patches moving include of port_local.h to top of file

This was covering up rtems-bsd-config.h.in undefining __P. These
files can remain closer to the FreeBSD originals.
This commit is contained in:
Joel Sherrill
2012-09-06 10:35:02 -05:00
parent 132ec81d51
commit 7b1b5b8279
17 changed files with 27 additions and 33 deletions

View File

@@ -1,5 +1,3 @@
#include "port_before.h"
/*-
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -36,6 +34,8 @@ static const char rcsid[] = "$Id: inet_ntoa.c,v 1.1.352.1 2005/04/27 05:00:54 sr
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "port_before.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>