plan9port

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

commit 50f5d1a7a8b307464a4dfabb249bbf3605b2ffae
parent 7be768e78cf98b051616d4404d75d1fbb3f39890
Author: Russ Cox <rsc@swtch.com>
Date:   Sun, 16 Sep 2007 17:28:44 -0400

factotum: fix build error (Axel Belinfante)

Diffstat:
Msrc/cmd/auth/factotum/p9cr.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/cmd/auth/factotum/p9cr.c b/src/cmd/auth/factotum/p9cr.c @@ -359,7 +359,7 @@ Proto p9cr = { nil }; -/* still need to implement vnc key generator +/* still need to implement vnc key generator */ Proto vnc = { "vnc", p9crroles, @@ -367,4 +367,3 @@ Proto vnc = { p9crcheck, nil }; -*/