From fa4a943c17e47bf910596a414fd7287983350b9b Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sun, 24 Feb 2008 03:11:57 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'. --- benchmarks/xdd/files/patch-timeserver.c | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 benchmarks/xdd/files/patch-timeserver.c (limited to 'benchmarks/xdd/files/patch-timeserver.c') 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 /* variable arguments stuff */ - #include /* strrchr(), strerror() */ - #include /* errno stuff */ --#if (IRIX || SOLARIS || AIX || HPUX || LINUX || OSX) -+#if (IRIX || SOLARIS || AIX || HPUX || LINUX || OSX || FreeBSD) - #include --#if !(SOLARIS || AIX || HPUX || LINUX || OSX) -+#if !(SOLARIS || AIX || HPUX || LINUX || OSX || FreeBSD) - #include - #endif - #include /* 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 */ - 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) -- cgit v1.2.3