commit 50f5d1a7a8b307464a4dfabb249bbf3605b2ffae from: Russ Cox date: Sun Sep 16 21:28:44 2007 UTC factotum: fix build error (Axel Belinfante) commit - 7be768e78cf98b051616d4404d75d1fbb3f39890 commit + 50f5d1a7a8b307464a4dfabb249bbf3605b2ffae blob - ba797106f667cc479392d7461e70acafbdb03a0a blob + 731b63d8cec80c09cfbefdd16650fea69275fcee --- src/cmd/auth/factotum/p9cr.c +++ 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 }; -*/