diff options
Diffstat (limited to 'net-libs/clinkcc/files/clinkcc-1.7.1-glibc-2.10.patch')
-rw-r--r-- | net-libs/clinkcc/files/clinkcc-1.7.1-glibc-2.10.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-libs/clinkcc/files/clinkcc-1.7.1-glibc-2.10.patch b/net-libs/clinkcc/files/clinkcc-1.7.1-glibc-2.10.patch deleted file mode 100644 index b086e480e146..000000000000 --- a/net-libs/clinkcc/files/clinkcc-1.7.1-glibc-2.10.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/cybergarage/upnp/ssdp/SSDP.cpp.old 2009-07-20 15:52:39.000000000 +0000 -+++ src/cybergarage/upnp/ssdp/SSDP.cpp 2009-07-20 15:53:52.000000000 +0000 -@@ -45,7 +45,7 @@ - - int CyberLink::SSDP::GetLeaseTime(const char *cacheCnt) - { -- char *eqStrPos = strchr(cacheCnt, '='); -+ const char *eqStrPos = strchr(cacheCnt, '='); - if (eqStrPos == NULL) - return 0; - return atoi((eqStrPos + 1)); |