aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/xdd/files/patch-timeserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/xdd/files/patch-timeserver.c')
-rw-r--r--benchmarks/xdd/files/patch-timeserver.c32
1 files changed, 0 insertions, 32 deletions
diff --git a/benchmarks/xdd/files/patch-timeserver.c b/benchmarks/xdd/files/patch-timeserver.c
deleted file mode 100644
index 01778772890f..000000000000
--- a/benchmarks/xdd/files/patch-timeserver.c
+++ /dev/null
@@ -1,32 +0,0 @@
---- timeserver.c.orig Fri Mar 16 07:13:50 2007
-+++ timeserver.c Fri Mar 16 07:14:38 2007
-@@ -30,9 +30,9 @@
- #include <stdarg.h> /* variable arguments stuff */
- #include <string.h> /* strrchr(), strerror() */
- #include <errno.h> /* errno stuff */
--#if (IRIX || SOLARIS || AIX || HPUX || LINUX || OSX)
-+#if (IRIX || SOLARIS || AIX || HPUX || LINUX || OSX || FreeBSD)
- #include <unistd.h>
--#if !(SOLARIS || AIX || HPUX || LINUX || OSX)
-+#if !(SOLARIS || AIX || HPUX || LINUX || OSX || FreeBSD)
- #include <bstring.h>
- #endif
- #include <limits.h> /* USHRT_MAX */
-@@ -58,7 +58,7 @@
- /* ----- */
- /* Types */
- /* ----- */
--#if !(IRIX || SOLARIS || AIX || HPUX || LINUX || OSX)
-+#if !(IRIX || SOLARIS || AIX || HPUX || LINUX || OSX || FreeBSD)
- /* SGI defines these in <netinet/in.h> */
- typedef unsigned long in_addr_t; /* An IP number */
- typedef unsigned short in_port_t; /* A port number */
-@@ -225,7 +225,7 @@
- #if (IRIX || WIN32)
- nd = getdtablehi();
- #endif
--#if (LINUX || OSX)
-+#if (LINUX || OSX || FreeBSD)
- nd = getdtablesize();
- #endif
- #if (AIX)