diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-11 00:51:48 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-11 00:51:48 +0000 |
commit | 9326c1720b1956388dc1e07d555a7449bd488fc9 (patch) | |
tree | 667044bfd9e0156f6aa4d1d83f6a14bf7d9a2abc /plan9/plan9ish.h | |
parent | 85ddcde952b37a5319c8d00206e6f646bfb1faca (diff) | |
parent | 41fda654fa6cc02628fe4f647a885518d2014b4e (diff) | |
download | perl-9326c1720b1956388dc1e07d555a7449bd488fc9.tar.gz |
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5639
Diffstat (limited to 'plan9/plan9ish.h')
-rw-r--r-- | plan9/plan9ish.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plan9/plan9ish.h b/plan9/plan9ish.h index bac6a92d8f..6fb59663f3 100644 --- a/plan9/plan9ish.h +++ b/plan9/plan9ish.h @@ -54,7 +54,7 @@ /* USEMYBINMODE * This symbol, if defined, indicates that the program should - * use the routine my_binmode(FILE *fp, char iotype) to insure + * use the routine my_binmode(FILE *fp, char iotype, int mode) to insure * that a file is in "binary" mode -- that is, that no translation * of bytes occurs on read or write operations. */ |