tdo not redefine rewind - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2894c70c08fe2e1e6b90b0ff4c3fa5e929625647
 (DIR) parent 96dada90ef06575c4cb3c4721ac71a6340e976ca
 (HTM) Author: rsc <devnull@localhost>
       Date:   Mon, 26 Mar 2007 17:04:41 +0000
       
       do not redefine rewind
       
       Diffstat:
         M src/cmd/rc/io.c                     |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/cmd/rc/io.c b/src/cmd/rc/io.c
       t@@ -230,7 +230,7 @@ opencore(char *s, int len)
        }
        
        void
       -rewind(io *io)
       +iorewind(io *io)
        {
                if(io->fd==-1)
                        io->bufp = io->strp;