URI: 
       tfactotum: fix build error (Axel Belinfante) - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 50f5d1a7a8b307464a4dfabb249bbf3605b2ffae
   DIR parent 7be768e78cf98b051616d4404d75d1fbb3f39890
  HTML Author: Russ Cox <rsc@swtch.com>
       Date:   Sun, 16 Sep 2007 17:28:44 -0400
       
       factotum: fix build error (Axel Belinfante)
       
       Diffstat:
         M src/cmd/auth/factotum/p9cr.c        |       3 +--
       
       1 file changed, 1 insertion(+), 2 deletions(-)
       ---
   DIR diff --git a/src/cmd/auth/factotum/p9cr.c b/src/cmd/auth/factotum/p9cr.c
       t@@ -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,
       t@@ -367,4 +367,3 @@ Proto vnc = {
                p9crcheck,
                nil
        };
       -*/