git.annexia.org
/
fedora-mingw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6dae1f
)
Fix a couple of loops.
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 11 Feb 2009 16:25:35 +0000
(16:25 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 11 Feb 2009 16:25:35 +0000
(16:25 +0000)
crossreport/crossreport.pl
patch
|
blob
|
history
diff --git
a/crossreport/crossreport.pl
b/crossreport/crossreport.pl
index
000af0a
..
7cc92a6
100755
(executable)
--- 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 => '@dup
2
',
+ 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 => '@strto
u
ll',
+ strtoull => '@strtoll',
system =>
"You should be careful using the 'system' call on Windows. It exists\n".