summaryrefslogtreecommitdiff
path: root/net/Sockets-devel/files/patch-MinderHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net/Sockets-devel/files/patch-MinderHandler.cpp')
-rw-r--r--net/Sockets-devel/files/patch-MinderHandler.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/net/Sockets-devel/files/patch-MinderHandler.cpp b/net/Sockets-devel/files/patch-MinderHandler.cpp
deleted file mode 100644
index ec527d254b23..000000000000
--- a/net/Sockets-devel/files/patch-MinderHandler.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
---- MinderHandler.cpp.orig Sun Jan 16 02:22:51 2005
-+++ MinderHandler.cpp Sun Jan 16 02:26:52 2005
-@@ -20,6 +20,10 @@
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-+#if (defined(__unix__) || defined(unix)) && !defined(USG)
-+#include <sys/param.h>
-+#endif
-+
- #ifdef _WIN32
- #pragma warning(disable:4786)
- #endif
-@@ -428,6 +432,8 @@
- msg += ":" + tmp;
- #ifdef _WIN32
- msg += ":Win32";
-+#elif defined __FreeBSD__
-+ msg += ":FreeBSD";
- #else
- msg += ":Linux";
- #endif