summaryrefslogtreecommitdiffstats
path: root/freebsd-userspace/lib/libc/inet/inet_ntoa.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_ntoa.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_ntoa.c')
-rw-r--r--freebsd-userspace/lib/libc/inet/inet_ntoa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/freebsd-userspace/lib/libc/inet/inet_ntoa.c b/freebsd-userspace/lib/libc/inet/inet_ntoa.c
index 4d36ab9f..f5d69fac 100644
--- a/freebsd-userspace/lib/libc/inet/inet_ntoa.c
+++ b/freebsd-userspace/lib/libc/inet/inet_ntoa.c
@@ -1,5 +1,3 @@
-#include "port_before.h"
-
/*-
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -36,6 +34,8 @@ static const char rcsid[] = "$Id: inet_ntoa.c,v 1.1.352.1 2005/04/27 05:00:54 sr
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include "port_before.h"
+
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>