aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/auth/factotum
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/auth/factotum')
-rw-r--r--src/cmd/auth/factotum/conv.c2
-rw-r--r--src/cmd/auth/factotum/fs.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/auth/factotum/conv.c b/src/cmd/auth/factotum/conv.c
index a39abff5..cd9d5045 100644
--- a/src/cmd/auth/factotum/conv.c
+++ b/src/cmd/auth/factotum/conv.c
@@ -105,7 +105,7 @@ convgetrpc(Conv *c, int want)
return &c->rpc;
rpcrespond(c, "phase in state '%s' want '%s'", c->state, rpcname[want]);
}
- return nil; /* not reached */
+ /* not reached */
}
/* read until the done function tells us that's enough */
diff --git a/src/cmd/auth/factotum/fs.c b/src/cmd/auth/factotum/fs.c
index 698d3305..5e3a64e6 100644
--- a/src/cmd/auth/factotum/fs.c
+++ b/src/cmd/auth/factotum/fs.c
@@ -159,7 +159,7 @@ readlist(int off, int (*gen)(int, char*, uint), Req *r)
a += n;
off++;
}
- return -1; /* not reached */
+ /* not reached */
}
static int