summaryrefslogtreecommitdiff
path: root/utils/acid/os-Plan9.c
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2010-04-27 12:51:13 +0100
committerforsyth <forsyth@vitanuova.com>2010-04-27 12:51:13 +0100
commitd67b7dad77bb8aa973dad1f7c3ab0c309b114278 (patch)
tree6794120fb327d6de19cf05eed53f80d877781a3e /utils/acid/os-Plan9.c
parent09da2e137d5eb0c940df35d989e4c31ec0654fc4 (diff)
20100427-1251
Diffstat (limited to 'utils/acid/os-Plan9.c')
-rw-r--r--utils/acid/os-Plan9.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/acid/os-Plan9.c b/utils/acid/os-Plan9.c
index 1ac60404..8fcfa141 100644
--- a/utils/acid/os-Plan9.c
+++ b/utils/acid/os-Plan9.c
@@ -54,7 +54,7 @@ waitfor(int pid)
}
free(w);
}
- return nil;
+ /* not reached */
}
char *
@@ -78,7 +78,7 @@ runcmd(char *cmd)
default:
return waitfor(pid);
}
- return 0;
+ /* not reached */
}
void