summaryrefslogtreecommitdiff
path: root/net/DarwinStreamingServer/files/patch-Server.tproj::main.cpp
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2008-06-01 09:46:18 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2008-06-01 09:46:18 +0000
commit0f2af23cecb097dbc5ca92315fbc9d22b431deb4 (patch)
treee64c28c1156075267f867202be38480cd33db272 /net/DarwinStreamingServer/files/patch-Server.tproj::main.cpp
parentLarge round of typo fixes in ports/devel (pkg-descr). (diff)
Update to 6.0.3.
Diffstat (limited to 'net/DarwinStreamingServer/files/patch-Server.tproj::main.cpp')
-rw-r--r--net/DarwinStreamingServer/files/patch-Server.tproj::main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/DarwinStreamingServer/files/patch-Server.tproj::main.cpp b/net/DarwinStreamingServer/files/patch-Server.tproj::main.cpp
index 902f1124e1ba..92f1739f5f12 100644
--- a/net/DarwinStreamingServer/files/patch-Server.tproj::main.cpp
+++ b/net/DarwinStreamingServer/files/patch-Server.tproj::main.cpp
@@ -1,6 +1,6 @@
---- Server.tproj/main.cpp.orig Wed Apr 27 21:21:14 2005
-+++ Server.tproj/main.cpp Sat Feb 10 04:06:49 2007
-@@ -212,7 +212,7 @@
+--- Server.tproj/main.cpp.orig 2008-05-06 08:28:59.000000000 +0900
++++ Server.tproj/main.cpp 2008-06-01 18:09:20.000000000 +0900
+@@ -216,7 +216,7 @@
//(void) ::signal(SIGPIPE, SIG_IGN);
struct sigaction act;
@@ -9,7 +9,7 @@
sigemptyset(&act.sa_mask);
act.sa_flags = 0;
act.sa_handler = (void(*)(int))&sigcatcher;
-@@ -291,7 +291,7 @@
+@@ -306,7 +306,7 @@
char* theConfigFilePath = sDefaultConfigFilePath;
char* theXMLFilePath = sDefaultXMLFilePath;