X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/55f65ae2d3baf60396d3359db952460939de03ca..d4736bd755993627bf6abf7b7421524f5749cf11:/uip/rcvtty.c diff --git a/uip/rcvtty.c b/uip/rcvtty.c index e9163ba7..6282d522 100644 --- a/uip/rcvtty.c +++ b/uip/rcvtty.c @@ -167,7 +167,6 @@ main (int argc, char **argv) #endif /* HAVE_GETUTXENT */ exit (RCV_MOK); - return 0; /* dead code to satisfy the compiler */ } @@ -236,7 +235,6 @@ message_fd (char **vec) setpgid ((pid_t) 0, getpid ()); /* put in own process group */ execvp (vec[0], vec); _exit (-1); - return 1; /* dead code to satisfy compiler */ }