[fa.info-vax] problem with open

jon@cit-vax (Jonathan P. Leech) (08/30/85)

    Actually, ken's original message was inspired due to  my  need  to
get standard output NOT to translate \n into \r, for a	screen	editor
being brought up under VMS.  I tried several different approaches  and
finally found that this one works:

    (void)freopen("SYS$OUTPUT:", "w", stdout, "ctx=bin");

    This does nothing to fix the problem with open(), but at least  it
IS possible to suppress the output translation.

    -- Jon Leech    (jon@cit-vax.arpa)
    __@/