summaryrefslogtreecommitdiff
path: root/net/DarwinStreamingServer/files/patch-StreamingLoadTool-StreamingLoadTool.cpp
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
commit39a5b78f8797ded2c50107a77794cd671dff707f (patch)
tree39f650e2e85c255908675444e0ce32d9639f251f /net/DarwinStreamingServer/files/patch-StreamingLoadTool-StreamingLoadTool.cpp
parentRemove non staged ports without pending PR from net-im and net-mgmt (diff)
Remove non staged ports without pending PR from net-p2p, net and news
Notes
Notes: svn path=/head/; revision=366967
Diffstat (limited to 'net/DarwinStreamingServer/files/patch-StreamingLoadTool-StreamingLoadTool.cpp')
-rw-r--r--net/DarwinStreamingServer/files/patch-StreamingLoadTool-StreamingLoadTool.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/DarwinStreamingServer/files/patch-StreamingLoadTool-StreamingLoadTool.cpp b/net/DarwinStreamingServer/files/patch-StreamingLoadTool-StreamingLoadTool.cpp
deleted file mode 100644
index 205795fc6a33..000000000000
--- a/net/DarwinStreamingServer/files/patch-StreamingLoadTool-StreamingLoadTool.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- StreamingLoadTool/StreamingLoadTool.cpp.orig 2008-06-01 18:20:48.000000000 +0900
-+++ StreamingLoadTool/StreamingLoadTool.cpp 2008-06-01 18:31:35.000000000 +0900
-@@ -135,7 +135,7 @@
- #ifndef __Win32__
- struct sigaction act;
-
--#if defined(sun) || defined(i386) || defined (__MacOSX__) || defined(__powerpc__) || defined (__osf__) || defined (__sgi_cc__) || defined (__hpux__)
-+#if defined(sun) || defined(i386) || defined (__MacOSX__) || defined(__powerpc__) || defined (__osf__) || defined (__sgi_cc__) || defined (__hpux__) || defined(__amd64__)
- sigemptyset(&act.sa_mask);
- act.sa_flags = 0;
- act.sa_handler = (void(*)(int))&sigcatcher;