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.
@@ -35,6 +33,8 @@ static const char sccsid[] = "@(#)inet_netof.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>