/[pkgs]/rpms/iptstate/F-11/iptstate-2.2.1-strerror.patch
ViewVC logotype

Contents of /rpms/iptstate/F-11/iptstate-2.2.1-strerror.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Mon Feb 25 10:44:02 2008 UTC (20 months, 4 weeks ago) by twoerner
Branch: MAIN
CVS Tags: F-10-split, iptstate-2_2_1-4_fc11, F-11-split, F-11-start, iptstate-2_2_1-3_fc9, F-9-split, iptstate-2_2_1-5_fc11
File MIME type: text/x-patch
- fixed compile problem because of strerror undefined in scope
  Fixes (rhbz#434482)
- fixed description (rhbz#140516)
1 diff -up iptstate-2.2.1/iptstate.cc.strerror iptstate-2.2.1/iptstate.cc
2 --- iptstate-2.2.1/iptstate.cc.strerror 2008-02-25 11:35:52.000000000 +0100
3 +++ iptstate-2.2.1/iptstate.cc 2008-02-25 11:35:04.000000000 +0100
4 @@ -42,6 +42,7 @@
5
6 #include <iostream>
7 #include <string>
8 +#include <cstring>
9 #include <vector>
10 #include <fstream>
11 #include <sstream>

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2