summaryrefslogtreecommitdiffstats
path: root/freebsd/include
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/include')
-rw-r--r--freebsd/include/arpa/nameser.h2
-rw-r--r--freebsd/include/db.h2
-rw-r--r--freebsd/include/nsswitch.h2
-rw-r--r--freebsd/include/res_update.h2
-rw-r--r--freebsd/include/resolv.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/freebsd/include/arpa/nameser.h b/freebsd/include/arpa/nameser.h
index 9d08d329..8575989d 100644
--- a/freebsd/include/arpa/nameser.h
+++ b/freebsd/include/arpa/nameser.h
@@ -57,7 +57,7 @@
#define BIND_4_COMPAT
#include <rtems/bsd/sys/param.h>
-#include <rtems/bsd/sys/types.h>
+#include <sys/types.h>
#include <sys/cdefs.h>
/*%
diff --git a/freebsd/include/db.h b/freebsd/include/db.h
index a19ef546..4d04db41 100644
--- a/freebsd/include/db.h
+++ b/freebsd/include/db.h
@@ -33,7 +33,7 @@
#ifndef _DB_H_
#define _DB_H_
-#include <rtems/bsd/sys/types.h>
+#include <sys/types.h>
#include <sys/cdefs.h>
#include <limits.h>
diff --git a/freebsd/include/nsswitch.h b/freebsd/include/nsswitch.h
index 771ccb6b..d1839002 100644
--- a/freebsd/include/nsswitch.h
+++ b/freebsd/include/nsswitch.h
@@ -33,7 +33,7 @@
#ifndef _NSSWITCH_H
#define _NSSWITCH_H 1
-#include <rtems/bsd/sys/types.h>
+#include <sys/types.h>
#include <stdarg.h>
#define NSS_MODULE_INTERFACE_VERSION 1
diff --git a/freebsd/include/res_update.h b/freebsd/include/res_update.h
index 7f281e5b..06f3b3a5 100644
--- a/freebsd/include/res_update.h
+++ b/freebsd/include/res_update.h
@@ -25,7 +25,7 @@
/*! \file */
-#include <rtems/bsd/sys/types.h>
+#include <sys/types.h>
#include <arpa/nameser.h>
#include <resolv.h>
diff --git a/freebsd/include/resolv.h b/freebsd/include/resolv.h
index 9e8ad3b1..e108635c 100644
--- a/freebsd/include/resolv.h
+++ b/freebsd/include/resolv.h
@@ -54,7 +54,7 @@
#define _RESOLV_H_
#include <rtems/bsd/sys/param.h>
-#include <rtems/bsd/sys/types.h>
+#include <sys/types.h>
#include <sys/cdefs.h>
#include <sys/socket.h>
#include <stdio.h>