thide xreadcons - 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 3170c7d40bbdc19cdd2321a0bde7cdab3be526da
 (DIR) parent e1a22963294b001a2a87d53df21ca990f5f7aba6
 (HTM) Author: rsc <devnull@localhost>
       Date:   Sun, 13 Feb 2005 23:29:32 +0000
       
       hide xreadcons
       
       Diffstat:
         M src/libauthsrv/readnvram.c          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/libauthsrv/readnvram.c b/src/libauthsrv/readnvram.c
       t@@ -41,7 +41,7 @@ static struct {
                "debug", "/tmp/nvram", 0, sizeof(Nvrsafe),
        };
        
       -char*
       +static char*
        xreadcons(char *prompt, char *def, int secret, char *buf, int nbuf)
        {
                char *p;