mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 07:19:59 -04:00
[v9_10] don't use binmode when setting up files for VS2005 (XP build)
This commit is contained in:
parent
c06270131e
commit
341e64a2de
1 changed files with 3 additions and 1 deletions
|
|
@ -2797,7 +2797,9 @@ sub setupfile {
|
|||
if ($verbose) {
|
||||
print "Setting up $filename\n";
|
||||
}
|
||||
binmode(F);
|
||||
if (!$legacy_only) {
|
||||
binmode(F);
|
||||
}
|
||||
foreach $line (@Linesout) {
|
||||
print F $line . "\n";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue