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,4 @@
#ifdef __rtems__
#include "port_before.h"
#define __need_getopt_newlib
#include <getopt.h>
#endif

View File

@@ -1,8 +1,6 @@
#ifdef __rtems__
#define USE_RFC2292BIS
#include "port_before.h"
#define __need_getopt_newlib
#include <getopt.h>
#endif