factotum: fix build error (Axel Belinfante)

This commit is contained in:
Russ Cox 2007-09-16 17:28:44 -04:00
parent 7be768e78c
commit 50f5d1a7a8

View file

@ -359,7 +359,7 @@ Proto p9cr = {
nil nil
}; };
/* still need to implement vnc key generator /* still need to implement vnc key generator */
Proto vnc = { Proto vnc = {
"vnc", "vnc",
p9crroles, p9crroles,
@ -367,4 +367,3 @@ Proto vnc = {
p9crcheck, p9crcheck,
nil nil
}; };
*/