From 6a294c20389911c409eb5f6f05033eaf6c6975ab Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sun, 1 Jun 2003 23:49:18 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_5_1_0'. --- .../files/patch-src::genlib::util::gmtdate.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 devel/upnp104/files/patch-src::genlib::util::gmtdate.cpp (limited to 'devel/upnp104/files/patch-src::genlib::util::gmtdate.cpp') diff --git a/devel/upnp104/files/patch-src::genlib::util::gmtdate.cpp b/devel/upnp104/files/patch-src::genlib::util::gmtdate.cpp deleted file mode 100644 index 419b9a202687..000000000000 --- a/devel/upnp104/files/patch-src::genlib::util::gmtdate.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- src/genlib/util/gmtdate.cpp.orig Fri Jun 15 08:22:16 2001 -+++ src/genlib/util/gmtdate.cpp Sat Aug 3 16:29:39 2002 -@@ -41,7 +41,7 @@ - #include - #include - #include --#include -+#include - #include - #include - -@@ -254,7 +254,7 @@ - - val = (int)strtol( str, &endptr, 10 ); - -- if ( val < 0 || val == MAXINT ) -+ if ( val < 0 || val == INT_MAX ) - { - return -1; - } -- cgit v1.3