From 042dd52d9a25ab335d4aad404694a0bef8b93ebd Mon Sep 17 00:00:00 2001 From: okan Date: Fri, 24 Jun 2011 05:40:09 +0000 Subject: alter a few function returns and prototypes; found by lint. ok oga@ --- util.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'util.c') diff --git a/util.c b/util.c index 6993984..aa15900 100644 --- a/util.c +++ b/util.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: util.c,v 1.13 2011/05/11 13:53:51 okan Exp $ + * $OpenBSD: util.c,v 1.14 2011/06/24 05:40:09 okan Exp $ */ #include @@ -32,7 +32,7 @@ #define MAXARGLEN 20 -int +void u_spawn(char *argstr) { switch (fork()) { @@ -42,12 +42,9 @@ u_spawn(char *argstr) break; case -1: warn("fork"); - return (-1); default: break; } - - return (0); } void -- cgit v1.2.3-2-gb3c3