summaryrefslogtreecommitdiffstats
path: root/freebsd-userspace/lib/libc/inet/inet_neta.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-06 10:35:02 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-06 10:35:55 -0500
commit7b1b5b8279df9649f06373758a5abb0754c36ae1 (patch)
treeb6552a564cab4948923ca50f83975fba681d9e03 /freebsd-userspace/lib/libc/inet/inet_neta.c
parentrtems-bsd-config.h.in: Do not undef __P or __strong_reference (diff)
downloadrtems-libbsd-7b1b5b8279df9649f06373758a5abb0754c36ae1.tar.bz2
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.
Diffstat (limited to 'freebsd-userspace/lib/libc/inet/inet_neta.c')
-rw-r--r--freebsd-userspace/lib/libc/inet/inet_neta.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/freebsd-userspace/lib/libc/inet/inet_neta.c b/freebsd-userspace/lib/libc/inet/inet_neta.c
index e76791a4..72ac549f 100644
--- a/freebsd-userspace/lib/libc/inet/inet_neta.c
+++ b/freebsd-userspace/lib/libc/inet/inet_neta.c
@@ -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: inet_neta.c,v 1.2.18.1 2005/04/27 05:00:53 sra
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include "port_before.h"
+
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>