mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 03:04:27 +08:00
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:
@@ -1,5 +1,4 @@
|
||||
#ifdef __rtems__
|
||||
#include "port_before.h"
|
||||
#define __need_getopt_newlib
|
||||
#include <getopt.h>
|
||||
#endif
|
||||
|
@@ -1,8 +1,6 @@
|
||||
#ifdef __rtems__
|
||||
#define USE_RFC2292BIS
|
||||
|
||||
#include "port_before.h"
|
||||
|
||||
#define __need_getopt_newlib
|
||||
#include <getopt.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user