mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 23:57:41 +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,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>
|
||||
|
Reference in New Issue
Block a user