X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=crossreport%2Fcrossreport.pl;h=7cc92a6906b64c0bd06127b4799f8f64fd19f898;hb=6e068777a7c2315b10c29aa9d57ffb4c3a014168;hp=000af0abf7a10759989ad5f6669c7a059afd2ef2;hpb=a6dae1f935a3086db9a27ce3c091334ca2bc7d33;p=fedora-mingw.git diff --git a/crossreport/crossreport.pl b/crossreport/crossreport.pl index 000af0a..7cc92a6 100755 --- a/crossreport/crossreport.pl +++ b/crossreport/crossreport.pl @@ -257,7 +257,7 @@ my %report = ( "dup/dup2 may not work as expected in Win32.\n". "\n". "$suggest_portability_library", - dup2 => '@dup2', + dup2 => '@dup', getopt_long => "GNU getopt_long is not available in Windows.\n". @@ -345,7 +345,7 @@ my %report = ( "$suggest_portability_library", strtold => '@strtoll', strtoul => '@strtoll', - strtoull => '@strtoull', + strtoull => '@strtoll', system => "You should be careful using the 'system' call on Windows. It exists\n".