summaryrefslogtreecommitdiff
path: root/net/DarwinStreamingServer/files/patch-PlaylistBroadcaster.tproj::PlaylistBroadcaster.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-PlaylistBroadcaster.tproj::PlaylistBroadcaster.cpp
parentLarge round of typo fixes in ports/devel (pkg-descr). (diff)
Update to 6.0.3.
Notes
Notes: svn path=/head/; revision=214101
Diffstat (limited to 'net/DarwinStreamingServer/files/patch-PlaylistBroadcaster.tproj::PlaylistBroadcaster.cpp')
-rw-r--r--net/DarwinStreamingServer/files/patch-PlaylistBroadcaster.tproj::PlaylistBroadcaster.cpp13
1 files changed, 5 insertions, 8 deletions
diff --git a/net/DarwinStreamingServer/files/patch-PlaylistBroadcaster.tproj::PlaylistBroadcaster.cpp b/net/DarwinStreamingServer/files/patch-PlaylistBroadcaster.tproj::PlaylistBroadcaster.cpp
index 82e5d4962f35..9f119dac5ad4 100644
--- a/net/DarwinStreamingServer/files/patch-PlaylistBroadcaster.tproj::PlaylistBroadcaster.cpp
+++ b/net/DarwinStreamingServer/files/patch-PlaylistBroadcaster.tproj::PlaylistBroadcaster.cpp
@@ -1,18 +1,15 @@
---- PlaylistBroadcaster.tproj/PlaylistBroadcaster.cpp.orig Sat Mar 12 08:24:54 2005
-+++ PlaylistBroadcaster.tproj/PlaylistBroadcaster.cpp Sat Feb 10 04:04:32 2007
-@@ -229,9 +229,9 @@
-
- sgProgramName = argv[0];
+--- PlaylistBroadcaster.tproj/PlaylistBroadcaster.cpp.orig 2008-05-06 08:29:00.000000000 +0900
++++ PlaylistBroadcaster.tproj/PlaylistBroadcaster.cpp 2008-06-01 18:07:58.000000000 +0900
+@@ -231,7 +231,7 @@
#ifdef __Win32__
-- while ((anOption = getopt(argc, argv, "vhdcpbDtai:fe:" )) != EOF)
-+ while ((anOption = getopt(argc, argv, "vhdcpbDtai:fe:" )) != -1)
+ while ((anOption = getopt(argc, argv, "vhdcpbDtai:fe:" )) != EOF)
#else
- while ((anOption = getopt(argc, argv, "vhdcpbDls:tai:fe:" )) != EOF)
+ while ((anOption = getopt(argc, argv, "vhdcpbDls:tai:fe:" )) != -1)
#endif
{
-@@ -2077,7 +2077,7 @@
+@@ -2082,7 +2082,7 @@
struct sigaction act;