diff options
| author | Russ Cox <rsc@swtch.com> | 2007-09-16 17:28:44 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2007-09-16 17:28:44 -0400 |
| commit | 50f5d1a7a8b307464a4dfabb249bbf3605b2ffae (patch) | |
| tree | 60ef112618f6e4120689061dffb3cdb1312fbfeb /src/cmd | |
| parent | 7be768e78cf98b051616d4404d75d1fbb3f39890 (diff) | |
factotum: fix build error (Axel Belinfante)
Diffstat (limited to 'src/cmd')
| -rw-r--r-- | src/cmd/auth/factotum/p9cr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cmd/auth/factotum/p9cr.c b/src/cmd/auth/factotum/p9cr.c index ba797106..731b63d8 100644 --- 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 }; -*/ |