summaryrefslogtreecommitdiffstats
path: root/freebsd
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd')
-rw-r--r--freebsd/contrib/pf/pfctl/pfctl_radix.c3
-rw-r--r--freebsd/sbin/dhclient/privsep.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/freebsd/contrib/pf/pfctl/pfctl_radix.c b/freebsd/contrib/pf/pfctl/pfctl_radix.c
index 27e7b4bd..cc5b0acd 100644
--- a/freebsd/contrib/pf/pfctl/pfctl_radix.c
+++ b/freebsd/contrib/pf/pfctl/pfctl_radix.c
@@ -51,9 +51,6 @@ __FBSDID("$FreeBSD$");
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>
-#ifdef __rtems__
-#define SIZE_T_MAX SIZE_MAX
-#endif /* __rtems__ */
#include <err.h>
#include "pfctl.h"
diff --git a/freebsd/sbin/dhclient/privsep.c b/freebsd/sbin/dhclient/privsep.c
index d5198fa2..7b68059a 100644
--- a/freebsd/sbin/dhclient/privsep.c
+++ b/freebsd/sbin/dhclient/privsep.c
@@ -23,9 +23,6 @@ __FBSDID("$FreeBSD$");
#include "dhcpd.h"
#include "privsep.h"
-#ifdef __rtems__
-#define SIZE_T_MAX SIZE_MAX
-#endif /* __rtems__ */
struct buf *
buf_open(size_t len)