From: David Dykstra Date: Sun, 26 Jan 2003 03:46:54 +0000 (+0000) Subject: Open config files in text mode when O_TEXT is defined. This helps on X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/536b84680b4ab1f29fa456b4fa7b5b16eff4af8f?hp=536b84680b4ab1f29fa456b4fa7b5b16eff4af8f Open config files in text mode when O_TEXT is defined. This helps on Cygwin when the config files are on a filesystem that is mounted in binary mode. Patch from Ville Herva. ---