tsilence warning - 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 2c0803972bab12df909dac3922a4b73d16221553
 (DIR) parent 9d01e221783e7706fd1d3dadfc8a7f678004929c
 (HTM) Author: rsc <devnull@localhost>
       Date:   Sun, 30 Jan 2005 16:34:48 +0000
       
       silence warning
       
       Diffstat:
         M src/cmd/factotum/chap.c             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/cmd/factotum/chap.c b/src/cmd/factotum/chap.c
       t@@ -149,7 +149,7 @@ chapclient(Conv *c)
                c->attr = addattrs(copyattr(attr), k->attr);
        
                c->state = "read challenge";
       -        if((nchal = convreadm(c, (char**)&chal)) < 0)
       +        if((nchal = convreadm(c, (char**)(void*)&chal)) < 0)
                        goto out;
                if(astype == AuthMSchap && nchal != MSchallen)
                c->state = "write user";