plan9port

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

commit 3170c7d40bbdc19cdd2321a0bde7cdab3be526da
parent e1a22963294b001a2a87d53df21ca990f5f7aba6
Author: rsc <devnull@localhost>
Date:   Sun, 13 Feb 2005 23:29:32 +0000

hide xreadcons

Diffstat:
Msrc/libauthsrv/readnvram.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libauthsrv/readnvram.c b/src/libauthsrv/readnvram.c @@ -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;