plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 2894c70c08fe2e1e6b90b0ff4c3fa5e929625647
parent 96dada90ef06575c4cb3c4721ac71a6340e976ca
Author: rsc <devnull@localhost>
Date:   Mon, 26 Mar 2007 17:04:41 +0000

do not redefine rewind

Diffstat:
Msrc/cmd/rc/io.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/rc/io.c b/src/cmd/rc/io.c @@ -230,7 +230,7 @@ opencore(char *s, int len) } void -rewind(io *io) +iorewind(io *io) { if(io->fd==-1) io->bufp = io->strp;