[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: where should patches be sent?



Previously Robert Collins wrote:
> On the bright side, the changes needed are quite small, at worst a
> single setmode call for each fopen|open call. Often less than that is
> needed because O_TEXT and O_BINARY can be passed to open(), and 't' to
> fopen() leaving only binary fopen()'d files needing a setmode call.

How do you determine what mode to use? You would want to use textmode
to for scripts and other textfiles, but binary mode for binaries
included in a package.

Wichert.

-- 
  _________________________________________________________________
 /wichert@wiggy.net         This space intentionally left occupied \
| wichert@deephackmode.org            http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0  2805 3CB8 9250 2FA3 BC2D |


-- 
To UNSUBSCRIBE, email to debian-dpkg-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: