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