summaryrefslogtreecommitdiffstats
path: root/freebsd/tools
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-05-23 13:18:31 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-08 13:19:54 +0200
commit02373194fe0be1ef82db419bedbf9d6ffd31dc93 (patch)
treef151591d23221ec221c57496d07f7fba8dff137a /freebsd/tools
parentUpdate scripts to include support for input devices - USB Keyboard, USB mouse... (diff)
downloadrtems-libbsd-02373194fe0be1ef82db419bedbf9d6ffd31dc93.tar.bz2
Update due to Newlib 2017-06-07 changes
The following files are now provided by Newlib: * arpa/inet.h * net/if.h * netinet/in.h * netinet/tcp.h * sys/socket.h * sys/uio.h * sys/un.h The <sys/param.h> and <sys/cpuset.h> are now compatible enough to be used directly. Update #2833.
Diffstat (limited to 'freebsd/tools')
-rw-r--r--freebsd/tools/tools/net80211/wlanstats/main.c2
-rw-r--r--freebsd/tools/tools/net80211/wlanstats/wlanstats.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/freebsd/tools/tools/net80211/wlanstats/main.c b/freebsd/tools/tools/net80211/wlanstats/main.c
index 5f3816da..3a6fd204 100644
--- a/freebsd/tools/tools/net80211/wlanstats/main.c
+++ b/freebsd/tools/tools/net80211/wlanstats/main.c
@@ -46,7 +46,7 @@
#include <machine/rtems-bsd-program.h>
#include <machine/rtems-bsd-commands.h>
#endif /* __rtems__ */
-#include <rtems/bsd/sys/param.h>
+#include <sys/param.h>
#include <sys/socket.h>
#include <net/ethernet.h>
diff --git a/freebsd/tools/tools/net80211/wlanstats/wlanstats.c b/freebsd/tools/tools/net80211/wlanstats/wlanstats.c
index 8211029a..120eeaa2 100644
--- a/freebsd/tools/tools/net80211/wlanstats/wlanstats.c
+++ b/freebsd/tools/tools/net80211/wlanstats/wlanstats.c
@@ -42,7 +42,7 @@
#ifdef __rtems__
#include <machine/rtems-bsd-program.h>
#endif /* __rtems__ */
-#include <rtems/bsd/sys/param.h>
+#include <sys/param.h>
#include <sys/file.h>
#include <sys/sockio.h>
#include <sys/socket.h>